SDOH Clinical Care - Local Development build (v0.0.4C3). See the Directory of published versions
Source view
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <http://loinc.org/rdf#> . @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:QuestionnaireResponse; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "SDOHCC-QuestionnaireResponse-HungerVitalSign-1-Example-1"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "1" ]; fhir:Meta.lastUpdated [ fhir:value "2020-05-07T11:00:02.123+00:00"^^xsd:dateTime ]; fhir:Meta.source [ fhir:value "#LWizqQEpbLpk4UqQ" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse|2.7"; fhir:index 0; fhir:link <http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse|2.7> ] ]; 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>: 6a750c45-728d-4382-9836-94284e52451e</p><p><b>meta</b>: </p><p><b>identifier</b>: 36</p><p><b>questionnaire</b>: <a href=\"Questionnaire/17d3c570-28de-4aa3-a135-e35d0932a4ec\">Questionnaire/17d3c570-28de-4aa3-a135-e35d0932a4ec</a></p><p><b>status</b>: completed</p><p><b>subject</b>: <a href=\"Patient/69c58000-bcb9-411e-a888-c4b67d0fe409\">Patient/69c58000-bcb9-411e-a888-c4b67d0fe409</a></p><p><b>authored</b>: Feb 2, 2020 12:21:41 AM</p><p><b>author</b>: <a href=\"Device/a4c0c5dd-d3a8-4232-ab19-56ec2f7132c5\">Device/a4c0c5dd-d3a8-4232-ab19-56ec2f7132c5</a></p><p><b>source</b>: <a href=\"Patient/69c58000-bcb9-411e-a888-c4b67d0fe409\">Patient/69c58000-bcb9-411e-a888-c4b67d0fe409</a></p><blockquote><p><b>item</b></p><p><b>linkId</b>: /88121-9</p><p><b>text</b>: Hunger Vital Sign [HVS]</p><h3>Items</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr><tr><td>*</td></tr></table></blockquote></div>" ]; fhir:QuestionnaireResponse.identifier [ fhir:Identifier.system [ fhir:value "https://www.maxmddirect.com/fhir/identifier/sdc/userFormId" ]; fhir:Identifier.value [ fhir:value "36" ] ]; fhir:QuestionnaireResponse.questionnaire [ fhir:value "Questionnaire/17d3c570-28de-4aa3-a135-e35d0932a4ec"]; fhir:QuestionnaireResponse.status [ fhir:value "completed"]; fhir:QuestionnaireResponse.subject [ fhir:Reference.reference [ fhir:value "Patient/69c58000-bcb9-411e-a888-c4b67d0fe409" ] ]; fhir:QuestionnaireResponse.authored [ fhir:value "2020-02-02T11:21:41+11:00"^^xsd:dateTime]; fhir:QuestionnaireResponse.author [ fhir:Reference.reference [ fhir:value "Device/a4c0c5dd-d3a8-4232-ab19-56ec2f7132c5" ] ]; fhir:QuestionnaireResponse.source [ fhir:Reference.reference [ fhir:value "Patient/69c58000-bcb9-411e-a888-c4b67d0fe409" ] ]; fhir:QuestionnaireResponse.item [ fhir:index 0; fhir:QuestionnaireResponse.item.linkId [ fhir:value "/88121-9" ]; fhir:QuestionnaireResponse.item.text [ fhir:value "Hunger Vital Sign [HVS]" ]; fhir:QuestionnaireResponse.item.item [ fhir:index 0; fhir:QuestionnaireResponse.item.linkId [ fhir:value "/88121-9/88122-7" ]; fhir:QuestionnaireResponse.item.text [ fhir:value "Within the past 12Mo we worried whether our food would run out before we got money to buy more" ]; fhir:QuestionnaireResponse.item.answer [ fhir:index 0; fhir:QuestionnaireResponse.item.answer.valueCoding [ a loinc:LA6729-3; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "LA6729-3" ]; fhir:Coding.display [ fhir:value "Sometimes true" ] ] ] ], [ fhir:index 1; fhir:QuestionnaireResponse.item.linkId [ fhir:value "/88121-9/88123-5" ]; fhir:QuestionnaireResponse.item.text [ fhir:value "Within the past 12Mo the food we bought just didn't last and we didn't have money to get more" ]; fhir:QuestionnaireResponse.item.answer [ fhir:index 0; fhir:QuestionnaireResponse.item.answer.valueCoding [ a loinc:LA28397-0; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "LA28397-0" ]; fhir:Coding.display [ fhir:value "Often true" ] ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.