FHIR Implementation Guide for ABDM
7.0.0 - active India flag

Banner

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

: FamilyMemberHistory/example-01 - 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/example-01> a fhir:FamilyMemberHistory ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-01"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/FamilyMemberHistory" ;
       fhir:index 0 ;
       fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/FamilyMemberHistory>
     ]
  ] ;
  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 example-01</b></p><a name=\"example-01\"> </a><a name=\"hcexample-01\"> </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-FamilyMemberHistory.html\">FamilyMemberHistory</a></p></div><p><b>identifier</b>: 12345</p><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Patient-example-01.html\">ABC</a></p><p><b>date</b>: 2011-03-18</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">father</span></p><p><b>sex</b>: <span title=\"Codes:{http://hl7.org/fhir/administrative-gender male}\">Male</span></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>ContributedToDeath</b></td><td><b>Onset[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 315619001}\">Heart Attack</span></td><td>true</td><td>84 yr<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></td></tr></table></div>"
  ] ;
  fhir:FamilyMemberHistory.identifier [
     fhir:index 0 ;
     fhir:Identifier.value [ fhir:value "12345" ]
  ] ;
  fhir:FamilyMemberHistory.status [ fhir:value "completed"] ;
  fhir:FamilyMemberHistory.patient [
     fhir:link <http://hl7.org/fhir/Patient/example-01> ;
     fhir:Reference.reference [ fhir:value "Patient/example-01" ] ;
     fhir:Reference.display [ fhir:value "ABC" ]
  ] ;
  fhir:FamilyMemberHistory.date [ fhir:value "2011-03-18"^^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 "FTH" ] ;
       fhir:Coding.display [ fhir:value "father" ]
     ]
  ] ;
  fhir:FamilyMemberHistory.sex [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/administrative-gender" ] ;
       fhir:Coding.code [ fhir:value "male" ] ;
       fhir:Coding.display [ fhir:value "Male" ]
     ]
  ] ;
  fhir:FamilyMemberHistory.condition [
     fhir:index 0 ;
     fhir:FamilyMemberHistory.condition.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:315619001 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "315619001" ] ;
         fhir:Coding.display [ fhir:value "FH myocardial infarction male first degree age known" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Heart Attack" ]
     ] ;
     fhir:FamilyMemberHistory.condition.contributedToDeath [ fhir:value "true"^^xsd:boolean ] ;
     fhir:FamilyMemberHistory.condition.onsetAge [
       fhir:Quantity.value [ fhir:value "84"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "yr" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "a" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/example-01> a fhir:Patient .

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

<http://hl7.org/fhir/FamilyMemberHistory/example-01.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/FamilyMemberHistory/example-01.ttl> .