SDOH Clinical Care - Local Development build (v0.0.4C3). See the Directory of published versions
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:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "sdohcc-messageheader-1"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "1" ]; fhir:Meta.lastUpdated [ fhir:value "2020-04-28T10:29:59.842+00:00"^^xsd:dateTime ]; fhir:Meta.source [ fhir:value "#WwVDkMhBbfFkzq44" ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>SDOHCC ValueSet Message Header</h2><ul><li>Include these codes as defined in <a href=\"CodeSystem-sdohcc-temporary-codes.html\"><code>http://hl7.org/fhir/us/sdoh-cc/CodeSystem/sdohcc-temporary-codes</code></a> version <code>0.0.3</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-sdohcc-temporary-codes.html#sdohcc-temporary-codes-sdohcc-hl7t-20200417717\">sdohcc-hl7t-20200417717</a></td><td>Screening task request</td><td>Indicates a message that is a screening task request as defined by the Gravity SDOH-CC IG</td></tr><tr><td><a href=\"CodeSystem-sdohcc-temporary-codes.html#sdohcc-temporary-codes-sdohcc-hl7t-202004190719\">sdohcc-hl7t-202004190719</a></td><td>Screening response</td><td>Indicates a message that is a screening response as defined by the Gravity SDOH-CC IG</td></tr><tr><td><a href=\"CodeSystem-sdohcc-temporary-codes.html#sdohcc-temporary-codes-sdohcc-hl7t-202004190720\">sdohcc-hl7t-202004190720</a></td><td>Screening task update</td><td>Indicates a message that is a screening task update as defined by the Gravity SDOH-CC IG</td></tr></table></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/sdoh-cc/ValueSet/sdohcc-messageheader-1"]; fhir:ValueSet.version [ fhir:value "0.0.4C3"]; fhir:ValueSet.name [ fhir:value "SDOHCC_ValueSet_MessageHeader_1"]; fhir:ValueSet.title [ fhir:value "SDOHCC ValueSet Message Header"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.date [ fhir:value "2020-04-25T20:44:34+00:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "HL7 International - Patient Care WG"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "HL7 International - Patient Care WG" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "https://www.hl7.org/Special/committees/patientcare" ] ] ], [ fhir:index 1; fhir:ContactDetail.name [ fhir:value "HL7 International - Patient Care" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/patientare" ] ] ]; fhir:ValueSet.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166:-2" ]; fhir:Coding.code [ fhir:value "US" ]; fhir:Coding.display [ fhir:value "United States of America" ] ] ]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/sdoh-cc/CodeSystem/sdohcc-temporary-codes" ]; fhir:ValueSet.compose.include.version [ fhir:value "0.0.3" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "sdohcc-hl7t-20200417717" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Screening task request" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "sdohcc-hl7t-202004190719" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Screening response" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "sdohcc-hl7t-202004190720" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Screening task update" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.