SDOH Clinical Care
0.0.4C1 - CI Build

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

SDOHCC_List_HungerVitalSignPatient_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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:List;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "b1f72528-5501-4a6c-a5f3-9b86ec84264b"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-03-17T13:16:44.783+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#yOutpJJh2o02507g" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Food Insecurity (Hunger Vital Sign) Questionnaire Patient List</h2><table class=\"clstu\"><tr><td>Status: current<b>Items</b>Newman, AliceBates, Jeremy</td></tr><tr></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"></tr><tr></tr><tr></tr></table></div>"
  ];
  fhir:List.status [ fhir:value "current"];
  fhir:List.title [ fhir:value "Food Insecurity (Hunger Vital Sign) Questionnaire Patient List"];
  fhir:List.entry [
     fhir:index 0;
     fhir:List.entry.item [
       fhir:Reference.reference [ fhir:value "Patient/af0278c6-fafa-47c3-99aa-df693da905e0" ];
       fhir:Reference.type [ fhir:value "Patient" ];
       fhir:Reference.display [ fhir:value "Newman, Alice" ]     ]
  ], [
     fhir:index 1;
     fhir:List.entry.item [
       fhir:Reference.reference [ fhir:value "Patient/69c58000-bcb9-411e-a888-c4b67d0fe409" ];
       fhir:Reference.type [ fhir:value "Patient" ];
       fhir:Reference.display [ fhir:value "Bates, Jeremy" ]     ]
  ].

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

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