@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 -------------------------------------------------------------------

<http://hl7.eu/fhir/hdr/FamilyMemberHistory/635c22e7-d7f1-45ad-9b4d-d4fe35239085> a fhir:FamilyMemberHistory ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "635c22e7-d7f1-45ad-9b4d-d4fe35239085"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory 635c22e7-d7f1-45ad-9b4d-d4fe35239085</b></p><a name=\"635c22e7-d7f1-45ad-9b4d-d4fe35239085\"> </a><a name=\"hc635c22e7-d7f1-45ad-9b4d-d4fe35239085\"> </a><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Bundle-HDR-Luigi-De-Luca-Example.html#urn-uuid-b01a2623-e219-41d2-8e78-1fa1439751d0\">Luigi De Luca Male, DoB: 1966-09-30 ( National unique individual identifier)</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 430679000}\">Family history of diabetes mellitus type 2 (situation)</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:patient [
     fhir:l <urn:uuid:b01a2623-e219-41d2-8e78-1fa1439751d0> ;
     fhir:reference [ fhir:v "urn:uuid:b01a2623-e219-41d2-8e78-1fa1439751d0" ]
  ] ; # 
  fhir:relationship [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode>
       ] ;
       fhir:code [ fhir:v "MTH" ] ;
       fhir:display [ fhir:v "mother" ]
     ] )
  ] ; # 
  fhir:condition ( [
     fhir:code [
       fhir:coding ( [
         a sct:430679000 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "430679000" ] ;
         fhir:display [ fhir:v "Family history of diabetes mellitus type 2 (situation)" ]
       ] )
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

