HL7 Europe Hospital Discharge Report
1.0.0-ci - draft 150

HL7 Europe Hospital Discharge Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/hdr/ and changes regularly. See the Directory of published versions

: FamilyMemberHistory: Type 2 Diabetes Mellitus - Mother - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/FamilyMemberHistory/635c22e7-d7f1-45ad-9b4d-d4fe35239085> a fhir:FamilyMemberHistory ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "635c22e7-d7f1-45ad-9b4d-d4fe35239085"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<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>"
  ] ;
  fhir:FamilyMemberHistory.status [ fhir:value "completed"] ;
  fhir:FamilyMemberHistory.patient [
     fhir:Reference.reference [ fhir:value "urn:uuid:b01a2623-e219-41d2-8e78-1fa1439751d0" ]
  ] ;
  fhir:FamilyMemberHistory.relationship [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:Coding.code [ fhir:value "MTH" ] ;
       fhir:Coding.display [ fhir:value "mother" ]
     ]
  ] ;
  fhir:FamilyMemberHistory.condition [
     fhir:index 0 ;
     fhir:FamilyMemberHistory.condition.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:430679000 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "430679000" ] ;
         fhir:Coding.display [ fhir:value "Family history of diabetes mellitus type 2 (situation)" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/FamilyMemberHistory/635c22e7-d7f1-45ad-9b4d-d4fe35239085.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/FamilyMemberHistory/635c22e7-d7f1-45ad-9b4d-d4fe35239085.ttl> .