haau3 FHIR Implementation Guide (HFIG)
1.0.0 - ci-build United States of America flag

haau3 FHIR Implementation Guide (HFIG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: haau3 FamilyMemberHistory — a mother's history, with no age given - 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/haau3-family-member-history-mother> a fhir:FamilyMemberHistory ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "haau3-family-member-history-mother"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://haau3.com/fhir/StructureDefinition/haau3-family-member-history" ;
       fhir:index 0 ;
       fhir:link <https://haau3.com/fhir/StructureDefinition/haau3-family-member-history>
     ]
  ] ;
  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 haau3-family-member-history-mother</b></p><a name=\"haau3-family-member-history-mother\"> </a><a name=\"hchaau3-family-member-history-mother\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-haau3-family-member-history.html\">haau3 FamilyMemberHistory</a></p></div><p><b>identifier</b>: <code>https://haau3.com/fhir/NamingSystem/source-resource-id</code>/FamilyMemberHistory/example-source-record</p><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Patient-us-core-patient.html\">Derrick Lin  Male, DoB: 1965-04-12 ( Medical record number (use: usual, ))</a></p><p><b>date</b>: 2019-06-02</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">mother</span></p><p><b>sex</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender F}\">Female</span></p><blockquote><p><b>condition</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 38341003}\">Hypertension</span></p></blockquote><blockquote><p><b>condition</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 44054006}\">Type 2 diabetes mellitus</span></p></blockquote></div>"
  ] ;
  fhir:FamilyMemberHistory.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://haau3.com/fhir/NamingSystem/source-resource-id" ] ;
     fhir:Identifier.value [ fhir:value "FamilyMemberHistory/example-source-record" ]
  ] ;
  fhir:FamilyMemberHistory.status [ fhir:value "completed"] ;
  fhir:FamilyMemberHistory.patient [
     fhir:link <http://hl7.org/fhir/Patient/us-core-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/us-core-patient" ]
  ] ;
  fhir:FamilyMemberHistory.date [ fhir:value "2019-06-02"^^xsd:date] ;
  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.sex [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" ] ;
       fhir:Coding.code [ fhir:value "F" ]
     ]
  ] ;
  fhir:FamilyMemberHistory.condition [
     fhir:index 0 ;
     fhir:FamilyMemberHistory.condition.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:38341003 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "38341003" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Hypertension" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:FamilyMemberHistory.condition.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:44054006 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "44054006" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Type 2 diabetes mellitus" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/us-core-patient> a fhir:Patient .

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

<http://hl7.org/fhir/FamilyMemberHistory/haau3-family-member-history-mother.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/FamilyMemberHistory/haau3-family-member-history-mother.ttl> .