International Birth And Child Model Implementation Guide
1.0.0-ballot2 - STU 1 Ballot 2 International flag

This page is part of the International Birth And Child Model Implementation Guide (v1.0.0-ballot2: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions

: UC1 Medication Prostaglandin E - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "uc1-medication"] ; # 
  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 uc1-medication</b></p><a name=\"uc1-medication\"> </a><a name=\"hcuc1-medication\"> </a><a name=\"uc1-medication-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 418517007}\">Prostaglandin group E</span></p><p><b>status</b>: Active</p></div>"
  ] ; # 
  fhir:code [
    ( fhir:coding [
a sct:418517007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "418517007" ] ;
fhir:display [ fhir:v "Prostaglandin group E" ]     ] )
  ] ; # 
  fhir:status [ fhir:v "active"] . #