@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/us/sdoh-clinicalcare/Observation/SDOHCC-ObservationAssessmentInadequateFoodIntakeExample> a fhir:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "SDOHCC-ObservationAssessmentInadequateFoodIntakeExample"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2021-06-03T01:17:13.168+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#tMMdSHjiyzXlG2nJ" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ObservationAssessment";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ObservationAssessment>
     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span>, <span title=\"Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes food-insecurity}\">Food Insecurity</span></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 699653008}\">Inadequate oral food intake for physiological needs</span></p><p><b>subject</b>: <a href=\"Patient-pat-53234.html\">COLIN ABBAS. Generated Summary: Medical Record Number: 1032702 (USUAL); active; COLIN V. ABBAS , COLIN V. BAXTER ; Phone: 555-555-5555; gender: male; birthDate: 1987-02-20</a></p><p><b>effective</b>: May 10, 2021 9:56:54 PM</p><p><b>value</b>: true</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:index 1;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes" ];
       fhir:Coding.code [ fhir:value "food-insecurity" ];
       fhir:Coding.display [ fhir:value "Food Insecurity" ]
     ]
  ];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:699653008;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "699653008" ];
       fhir:Coding.display [ fhir:value "Inadequate oral food intake for physiological needs" ]
     ]
  ];
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/Patient/pat-53234>;
     fhir:Reference.reference [ fhir:value "Patient/pat-53234" ];
     fhir:Reference.display [ fhir:value "COLIN ABBAS" ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2021-05-10T21:56:54.671Z"^^xsd:dateTime];
  fhir:Observation.valueBoolean [ fhir:value "true"^^xsd:boolean] .

<http://hl7.org/fhir/us/sdoh-clinicalcare/Patient/pat-53234> a fhir:us .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/us/sdoh-clinicalcare/Observation/SDOHCC-ObservationAssessmentInadequateFoodIntakeExample.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/us/sdoh-clinicalcare/Observation/SDOHCC-ObservationAssessmentInadequateFoodIntakeExample.ttl> .

# -------------------------------------------------------------------------------------

