This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, 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 "v3-PatientImportance"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><h2>PatientImportance</h2><div><p>Patient VIP code</p>\n</div><p><b>Properties</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>URL</b></td><td><b>Description</b></td><td><b>Type</b></td></tr><tr><td>Specializes</td><td/><td>The child code is a more narrow version of the concept represented by the parent code. I.e. Every child concept is also a valid parent concept. Used to allow determination of subsumption. Must be transitive, irreflexive, antisymmetric.</td><td>Coding</td></tr><tr><td>Generalizes</td><td/><td>Inverse of Specializes. Only included as a derived relationship.</td><td>Coding</td></tr><tr><td>internalId</td><td>http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id</td><td>The internal identifier for the concept in the HL7 Access database repository.</td><td>code</td></tr><tr><td>status</td><td>http://hl7.org/fhir/concept-properties#status</td><td>Designation of a concept's state. Normally is not populated unless the state is retired.</td><td>code</td></tr></table><p>This code system http://terminology.hl7.org/CodeSystem/v3-PatientImportance 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><td><b>internalId</b></td><td><b>status</b></td></tr><tr><td style=\"white-space:nowrap\">BM<a name=\"v3-PatientImportance-BM\"> </a></td><td>Board Member</td><td>Board member of health care organization</td><td>19266</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">DFM<a name=\"v3-PatientImportance-DFM\"> </a></td><td>Physician Family Member</td><td>Family member of staff physician</td><td>19269</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">DR<a name=\"v3-PatientImportance-DR\"> </a></td><td>Staff Physician</td><td>Member of the health care organization physician staff</td><td>19267</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">FD<a name=\"v3-PatientImportance-FD\"> </a></td><td>Financial Donor</td><td>Financial donor to the health care organization</td><td>19268</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">FOR<a name=\"v3-PatientImportance-FOR\"> </a></td><td>Foreign Dignitary</td><td>Foreign citizen dignitary of interest to the health care organization</td><td>19274</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">GOVT<a name=\"v3-PatientImportance-GOVT\"> </a></td><td>Government Dignitary</td><td>Government dignitary of interest to the organization</td><td>19270</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">SFM<a name=\"v3-PatientImportance-SFM\"> </a></td><td>Staff Family Member</td><td>Family member of staff member</td><td>19271</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">STF<a name=\"v3-PatientImportance-STF\"> </a></td><td>Staff Member</td><td>Staff member of the health care organization</td><td>19272</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">VIP<a name=\"v3-PatientImportance-VIP\"> </a></td><td>Very Important Person</td><td>Very important person of interest to the health care organization</td><td>19273</td><td>active</td></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-PatientImportance"]; fhir:CodeSystem.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.5.1075" ] ]; fhir:CodeSystem.version [ fhir:value "2.0.0"]; fhir:CodeSystem.name [ fhir:value "PatientImportance"]; fhir:CodeSystem.title [ fhir:value "PatientImportance"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.date [ fhir:value "2019-03-20T00:00:00-04:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "HL7"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Health Level Seven, Inc." ] ]; fhir:CodeSystem.description [ fhir:value "Patient VIP code"]; fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.property [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry" ]; fhir:Extension.valueCode [ fhir:value "antisymmetric" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity" ]; fhir:Extension.valueCode [ fhir:value "transitive" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity" ]; fhir:Extension.valueCode [ fhir:value "irreflexive" ] ], [ fhir:index 3; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable" ]; fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 4; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind" ]; fhir:Extension.valueCode [ fhir:value "Specializes" ] ], [ fhir:index 5; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName" ]; fhir:Extension.valueString [ fhir:value "Generalizes" ] ]; fhir:CodeSystem.property.code [ fhir:value "Specializes" ]; fhir:CodeSystem.property.description [ fhir:value "The child code is a more narrow version of the concept represented by the parent code. I.e. Every child concept is also a valid parent concept. Used to allow determination of subsumption. Must be transitive, irreflexive, antisymmetric." ]; fhir:CodeSystem.property.type [ fhir:value "Coding" ] ], [ fhir:index 1; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry" ]; fhir:Extension.valueCode [ fhir:value "antisymmetric" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity" ]; fhir:Extension.valueCode [ fhir:value "transitive" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity" ]; fhir:Extension.valueCode [ fhir:value "irreflexive" ] ], [ fhir:index 3; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable" ]; fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 4; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind" ]; fhir:Extension.valueCode [ fhir:value "Generalizes" ] ], [ fhir:index 5; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName" ]; fhir:Extension.valueString [ fhir:value "Specializes" ] ]; fhir:CodeSystem.property.code [ fhir:value "Generalizes" ]; fhir:CodeSystem.property.description [ fhir:value "Inverse of Specializes. Only included as a derived relationship." ]; fhir:CodeSystem.property.type [ fhir:value "Coding" ] ], [ fhir:index 2; fhir:CodeSystem.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.property.uri [ fhir:value "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id" ]; fhir:CodeSystem.property.description [ fhir:value "The internal identifier for the concept in the HL7 Access database repository." ]; fhir:CodeSystem.property.type [ fhir:value "code" ] ], [ fhir:index 3; fhir:CodeSystem.property.code [ fhir:value "status" ]; fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#status" ]; fhir:CodeSystem.property.description [ fhir:value "Designation of a concept's state. Normally is not populated unless the state is retired." ]; fhir:CodeSystem.property.type [ fhir:value "code" ] ]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "BM" ]; fhir:CodeSystem.concept.display [ fhir:value "Board Member" ]; fhir:CodeSystem.concept.definition [ fhir:value "Board member of health care organization" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "19266" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "DFM" ]; fhir:CodeSystem.concept.display [ fhir:value "Physician Family Member" ]; fhir:CodeSystem.concept.definition [ fhir:value "Family member of staff physician" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "19269" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "DR" ]; fhir:CodeSystem.concept.display [ fhir:value "Staff Physician" ]; fhir:CodeSystem.concept.definition [ fhir:value "Member of the health care organization physician staff" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "19267" ] ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "FD" ]; fhir:CodeSystem.concept.display [ fhir:value "Financial Donor" ]; fhir:CodeSystem.concept.definition [ fhir:value "Financial donor to the health care organization" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "19268" ] ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "FOR" ]; fhir:CodeSystem.concept.display [ fhir:value "Foreign Dignitary" ]; fhir:CodeSystem.concept.definition [ fhir:value "Foreign citizen dignitary of interest to the health care organization" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "19274" ] ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "GOVT" ]; fhir:CodeSystem.concept.display [ fhir:value "Government Dignitary" ]; fhir:CodeSystem.concept.definition [ fhir:value "Government dignitary of interest to the organization" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "19270" ] ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "SFM" ]; fhir:CodeSystem.concept.display [ fhir:value "Staff Family Member" ]; fhir:CodeSystem.concept.definition [ fhir:value "Family member of staff member" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "19271" ] ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "STF" ]; fhir:CodeSystem.concept.display [ fhir:value "Staff Member" ]; fhir:CodeSystem.concept.definition [ fhir:value "Staff member of the health care organization" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "19272" ] ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "VIP" ]; fhir:CodeSystem.concept.display [ fhir:value "Very Important Person" ]; fhir:CodeSystem.concept.definition [ fhir:value "Very important person of interest to the health care organization" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "19273" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.