SDOH Clinical Care
0.0.4C1 - CI Build

SDOH Clinical Care - Local Development build (v0.0.4C1). See the Directory of published versions

SDOHCC_Observation_FoodInsecurity_1_Example_1 - TTL Representation

(back to description)

Raw ttl

Source view

@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:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "SDOHCC-Observation-FoodInsecurity-1-Example-1"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "6" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-04-30T11:30:11.751+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#IQ4zBX8ZjGm9aEOP" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: SDOHCC-Observation-FoodInsecurity-1-Example-1</p><p><b>meta</b>: </p><p><b>text</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Social History <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'social-history' = 'Social History', given as 'Social History'})</span></p><p><b>code</b>: Food insecurity <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '733423003' = 'Food insecurity', given as 'Food insecurity (finding)'})</span></p><p><b>subject</b>: <a href=\"Patient-SDOHCC-Patient-pat1-Example-1.html\">Generated Summary: id: SDOHCC-Patient-pat1-Example-1; 738472983 (USUAL), ?ngen-9? (USUAL); active; Pieter van de Heuvel ; ph: 0648352638(MOBILE), p.heuvel@gmail.com(HOME); gender: male; birthDate: 1944-11-17; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Getrouwd</span>; multipleBirth</a></p><p><b>encounter</b>: <a href=\"Encounter-SDOHCC-Encounter-Enc1-Example-1.html\">Encounter with patient @exampleGenerated Summary: id: SDOHCC-Encounter-Enc1-Example-1; status: in-progress; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span></a></p><p><b>effective</b>: May 1, 2019 12:00:00 AM --&gt; Jul 18, 2019 12:00:00 AM</p><p><b>performer</b>: <a href=\"Practitioner-SDOHCC-Practitioner-f007-Example-1.html\">Generated Summary: id: SDOHCC-Practitioner-f007-Example-1; 874635264 (OFFICIAL), 567IUI51C154 (USUAL); Simone Heps (OFFICIAL); ph: 020556936(WORK), S.M.Heps@bmc.nl(WORK), fax: 0205669283(WORK); gender: female; birthDate: 1971-11-07</a></p><p><b>value</b>: Known present <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '410515003' = 'Known present (qualifier value)', given as 'Known present (qualifier value)'})</span></p></div>"
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
       fhir:Coding.code [ fhir:value "social-history" ];
       fhir:Coding.display [ fhir:value "Social History" ]     ]
  ];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:733423003;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "733423003" ];
       fhir:Coding.display [ fhir:value "Food insecurity (finding)" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Food insecurity" ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/SDOHCC-Patient-pat1-Example-1" ]
  ];
  fhir:Observation.encounter [
     fhir:Reference.reference [ fhir:value "Encounter/SDOHCC-Encounter-Enc1-Example-1" ]
  ];
  fhir:Observation.effectivePeriod [
     fhir:Period.start [ fhir:value "2019-05"^^xsd:gYearMonth ];
     fhir:Period.end [ fhir:value "2019-07-18"^^xsd:date ]
  ];
  fhir:Observation.performer [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/SDOHCC-Practitioner-f007-Example-1" ]
  ];
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:410515003;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "410515003" ];
       fhir:Coding.display [ fhir:value "Known present (qualifier value)" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Known present" ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.