INTEROPen CareConnect Base STU3 Implementation Guide
3.0.0 - CI Build
INTEROPen CareConnect Base STU3 Implementation Guide - Local Development build (v3.0.0). 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:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "CareConnect-RegistrationType-1"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Care Connect Registration Type</h2><div><p>A CodeSystem that identifies the type of registration for a patient at a healthcare organisation.</p>\n</div><p><b>Copyright Statement:</b> Copyright © 2016 HL7 UK</p><p>This code system https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-RegistrationType-1 defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">R<a name=\"CareConnect-RegistrationType-1-R\"> </a></td><td>Regular</td><td/></tr><tr><td style=\"white-space:nowrap\">E<a name=\"CareConnect-RegistrationType-1-E\"> </a></td><td>Emergency</td><td/></tr><tr><td style=\"white-space:nowrap\">IN<a name=\"CareConnect-RegistrationType-1-IN\"> </a></td><td>Immediately necessary</td><td/></tr><tr><td style=\"white-space:nowrap\">T<a name=\"CareConnect-RegistrationType-1-T\"> </a></td><td>Temporary</td><td/></tr><tr><td style=\"white-space:nowrap\">P<a name=\"CareConnect-RegistrationType-1-P\"> </a></td><td>Private</td><td/></tr><tr><td style=\"white-space:nowrap\">O<a name=\"CareConnect-RegistrationType-1-O\"> </a></td><td>Other</td><td/></tr><tr><td style=\"white-space:nowrap\">S<a name=\"CareConnect-RegistrationType-1-S\"> </a></td><td>Synthetic Record</td><td/></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-RegistrationType-1"]; fhir:CodeSystem.version [ fhir:value "3.0.0"]; fhir:CodeSystem.name [ fhir:value "Care Connect Registration Type"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.date [ fhir:value "2017-08-01T00:00:00+00:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "INTEROpen"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "https://interopen.ryver.com/" ] ] ]; fhir:CodeSystem.description [ fhir:value "A CodeSystem that identifies the type of registration for a patient at a healthcare organisation."]; fhir:CodeSystem.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ]; fhir:Coding.code [ fhir:value "826" ] ] ]; fhir:CodeSystem.copyright [ fhir:value "Copyright © 2016 HL7 UK"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "R" ]; fhir:CodeSystem.concept.display [ fhir:value "Regular" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "E" ]; fhir:CodeSystem.concept.display [ fhir:value "Emergency" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "IN" ]; fhir:CodeSystem.concept.display [ fhir:value "Immediately necessary" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "T" ]; fhir:CodeSystem.concept.display [ fhir:value "Temporary" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "P" ]; fhir:CodeSystem.concept.display [ fhir:value "Private" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "O" ]; fhir:CodeSystem.concept.display [ fhir:value "Other" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "S" ]; fhir:CodeSystem.concept.display [ fhir:value "Synthetic Record" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.