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

: UC3 FamilyMemberHistory of Fetus - 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:FamilyMemberHistory ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "uc3-familymemberhistory"] ; # 
  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: FamilyMemberHistory uc3-familymemberhistory</b></p><a name=\"uc3-familymemberhistory\"> </a><a name=\"hcuc3-familymemberhistory\"> </a><a name=\"uc3-familymemberhistory-en-US\"> </a><p><b>status</b>: Partial</p><p><b>patient</b>: <a href=\"Patient-uc3-fetus.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">mother</span></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 86268005}\">Achondroplasia</span></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "partial"] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/uc3-fetus" ]
  ] ; # 
  fhir:relationship [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MTH" ] ;
fhir:display [ fhir:v "mother" ]     ] )
  ] ; # 
  fhir:condition ( [
fhir:code [
      ( fhir:coding [
a sct:86268005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "86268005" ] ;
fhir:display [ fhir:v "Achondroplasia" ]       ] )     ]
  ] ) . #