@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication"^^xsd:anyURI ; fhir:link ] [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medication-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Medication Example1

code: BD LANCET ULTRAFINE 30G (LANCETS) MISC

form: MISC

" ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://docs.wolterskluwercdi.com/codesystems/ddid"^^xsd:anyURI ] ; fhir:code [ fhir:v "149450" ] ] [ fhir:system [ fhir:v "http://docs.wolterskluwercdi.com/codesystems/gpi"^^xsd:anyURI ] ; fhir:code [ fhir:v "97202025006300" ] ] [ fhir:system [ fhir:v "http://docs.wolterskluwercdi.com/codesystems/dnid"^^xsd:anyURI ] ; fhir:code [ fhir:v "60905" ] ] [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/ndc"^^xsd:anyURI ] ; fhir:code [ fhir:v "08290325773" ] ] ) ; fhir:text [ fhir:v "BD LANCET ULTRAFINE 30G (LANCETS) MISC" ] ] ; # fhir:form [ fhir:coding ( [ fhir:system [ fhir:v "http://docs.wolterskluwercdi.com/codesystems/ddid"^^xsd:anyURI ] ; fhir:code [ fhir:v "MISC" ] ] ) ; fhir:text [ fhir:v "MISC" ] ] . # # -------------------------------------------------------------------------------------