Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Medication Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - 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 <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication>     ] [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medication-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medication-profile>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://docs.wolterskluwercdi.com/codesystems/ddid 149450}, {http://docs.wolterskluwercdi.com/codesystems/gpi 97202025006300}, {http://docs.wolterskluwercdi.com/codesystems/dnid 60905}, {http://hl7.org/fhir/sid/ndc 08290325773}\">BD LANCET ULTRAFINE 30G (LANCETS) MISC</span></p><p><b>form</b>: <span title=\"Codes:{http://docs.wolterskluwercdi.com/codesystems/ddid MISC}\">MISC</span></p></div>"
  ] ; # 
  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" ]
  ] . #