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

cm-AdministrativeGender-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:ConceptMap;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "CareConnect-AdministrativeGender-1"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Concept Map - Care Connect Administrative Gender (https://fhir.hl7.org.uk/STU3/ConceptMap/CareConnect-AdministrativeGender-1)</h2><p>Mapping from <a href=\"ValueSet-CareConnect-AdministrativeGender-1.html\">https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-AdministrativeGender-1</a> to <a href=\"ValueSet-CareConnect-NHSDataDictionary-PersonStatedGender-1.html\">https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-NHSDataDictionary-PersonStatedGender-1</a></p><p>ACTIVE. Published on 1 Aug 2017, 01:00:00 by INTEROpen (). Copyright © 2016 HL7 UK</p><div><p>A Concept Map from ValueSet Administrative Gender to NHS Data Dictionary Person Stated Gender to aid interpretation.</p>\n</div><br/><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Destination Code</b></td></tr><tr><td>male</td><td><a href=\"http://hl7.org/fhir/STU3/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>1 (Male)</td></tr><tr><td>female</td><td><a href=\"http://hl7.org/fhir/STU3/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>2 (Female)</td></tr><tr><td>other</td><td><a href=\"http://hl7.org/fhir/STU3/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>9 (Indeterminate (unable to be classified as either male or female))</td></tr><tr><td>unknown</td><td><a href=\"http://hl7.org/fhir/STU3/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>X (Not Known (not recorded))</td></tr></table></div>"
  ];
  fhir:ConceptMap.url [ fhir:value "https://fhir.hl7.org.uk/STU3/ConceptMap/CareConnect-AdministrativeGender-1"];
  fhir:ConceptMap.version [ fhir:value "3.0.0"];
  fhir:ConceptMap.name [ fhir:value "Concept Map - Care Connect Administrative Gender"];
  fhir:ConceptMap.status [ fhir:value "active"];
  fhir:ConceptMap.date [ fhir:value "2017-08-01T00:00:00+00:00"^^xsd:dateTime];
  fhir:ConceptMap.publisher [ fhir:value "INTEROpen"];
  fhir:ConceptMap.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:ConceptMap.description [ fhir:value "A Concept Map from ValueSet Administrative Gender to NHS Data Dictionary Person Stated Gender to aid interpretation."];
  fhir:ConceptMap.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:ConceptMap.copyright [ fhir:value "Copyright © 2016 HL7 UK"];
  fhir:ConceptMap.sourceUri [ fhir:value "https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-AdministrativeGender-1"];
  fhir:ConceptMap.targetUri [ fhir:value "https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-NHSDataDictionary-PersonStatedGender-1"];
  fhir:ConceptMap.group [
     fhir:index 0;
     fhir:ConceptMap.group.source [ fhir:value "http://hl7.org/fhir/administrative-gender" ];
     fhir:ConceptMap.group.target [ fhir:value "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-NHSDataDictionary-PersonStatedGender-1" ];
     fhir:ConceptMap.group.element [
       fhir:index 0;
       fhir:ConceptMap.group.element.code [ fhir:value "male" ];
       fhir:ConceptMap.group.element.display [ fhir:value "Male" ];
       fhir:ConceptMap.group.element.target [
         fhir:index 0;
         fhir:ConceptMap.group.element.target.code [ fhir:value "1" ];
         fhir:ConceptMap.group.element.target.display [ fhir:value "Male" ];
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]       ]     ], [
       fhir:index 1;
       fhir:ConceptMap.group.element.code [ fhir:value "female" ];
       fhir:ConceptMap.group.element.display [ fhir:value "Female" ];
       fhir:ConceptMap.group.element.target [
         fhir:index 0;
         fhir:ConceptMap.group.element.target.code [ fhir:value "2" ];
         fhir:ConceptMap.group.element.target.display [ fhir:value "Female" ];
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]       ]     ], [
       fhir:index 2;
       fhir:ConceptMap.group.element.code [ fhir:value "other" ];
       fhir:ConceptMap.group.element.display [ fhir:value "Other" ];
       fhir:ConceptMap.group.element.target [
         fhir:index 0;
         fhir:ConceptMap.group.element.target.code [ fhir:value "9" ];
         fhir:ConceptMap.group.element.target.display [ fhir:value "Indeterminate (unable to be classified as either male or female)" ];
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]       ]     ], [
       fhir:index 3;
       fhir:ConceptMap.group.element.code [ fhir:value "unknown" ];
       fhir:ConceptMap.group.element.display [ fhir:value "Unknown" ];
       fhir:ConceptMap.group.element.target [
         fhir:index 0;
         fhir:ConceptMap.group.element.target.code [ fhir:value "X" ];
         fhir:ConceptMap.group.element.target.display [ fhir:value "Not Known (not recorded)" ];
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]       ]     ]
  ].

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

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