Mobile access to Health Documents (MHD)
4.2.5-comment - ballot International flag

Mobile access to Health Documents (MHD), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 4.2.5-comment built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.MHD/ and changes regularly. See the Directory of published versions

: FHIR status vs ebRIM Status Type Code - TTL Representation

Active as of 2022-05-05

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/ConceptMap/FhirStatusVsStatusCode> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "FhirStatusVsStatusCode"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap FhirStatusVsStatusCode</b></p><a name=\"FhirStatusVsStatusCode\"> </a><a name=\"hcFhirStatusVsStatusCode\"> </a><p>This mapping does not specify any particular context of use.</p><br/><p>Mapping from <code>urn:ietf:rfc:3986</code> (Uniform Resource Identifier (URI)) to <a href=\"http://hl7.org/fhir/R4/codesystem-document-reference-status.html\">DocumentReferenceStatus</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>urn:oasis:names:tc:ebxml-regrep:StatusType:Approved</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>current</td></tr><tr><td>urn:oasis:names:tc:ebxml-regrep:StatusType:Deprecated</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>superseded</td></tr></table></div>"
  ] ;
  fhir:ConceptMap.url [ fhir:value "https://profiles.ihe.net/ITI/MHD/ConceptMap/FhirStatusVsStatusCode"] ;
  fhir:ConceptMap.version [ fhir:value "4.2.5-comment"] ;
  fhir:ConceptMap.name [ fhir:value "FhirStatusVsStatusCode"] ;
  fhir:ConceptMap.title [ fhir:value "FHIR status vs ebRIM Status Type Code"] ;
  fhir:ConceptMap.status [ fhir:value "active"] ;
  fhir:ConceptMap.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ConceptMap.date [ fhir:value "2022-05-05"^^xsd:date] ;
  fhir:ConceptMap.publisher [ fhir:value "IHE IT Infrastructure Technical Committee"] ;
  fhir:ConceptMap.contact [
     fhir:index 0 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.ihe.net/ihe_domains/it_infrastructure/" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "iti@ihe.net" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:ContactDetail.name [ fhir:value "IHE IT Infrastructure Technical Committee" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "iti@ihe.net" ]
     ]
  ] ;
  fhir:ConceptMap.description [ fhir:value "map between XDS ebRIM Status Type Codes and MHD FHIR DocumentReference.status code. Table 2:3.67.4.1.3.1-2. Note that the codes given are used without a system in both FHIR and ebRIM."] ;
  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 "001" ] ;
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ] ;
  fhir:ConceptMap.purpose [ fhir:value "show the mapping between ebRIM Status Type Codes and FHIR .status code"] ;
  fhir:ConceptMap.group [
     fhir:index 0 ;
     fhir:ConceptMap.group.source [ fhir:value "urn:ietf:rfc:3986" ] ;
     fhir:ConceptMap.group.target [ fhir:value "http://hl7.org/fhir/document-reference-status" ] ;
     fhir:ConceptMap.group.element [
       fhir:index 0 ;
       fhir:ConceptMap.group.element.code [ fhir:value "urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "current" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equal" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:ConceptMap.group.element.code [ fhir:value "urn:oasis:names:tc:ebxml-regrep:StatusType:Deprecated" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "superseded" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equal" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ConceptMap/FhirStatusVsStatusCode.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ConceptMap/FhirStatusVsStatusCode.ttl> .