Onyx Master Patient Index IG
0.1.0 - ci-build International flag

Onyx Master Patient Index IG - Local Development build (v0.1.0). See the Directory of published versions

: MPI Match Source - TTL Representation

Active as of 2022-12-12

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

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "MpiMatchSourceCS"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://ig.fhir.safhir.io/ig/onyx-mpi/CodeSystem/MpiMatchSourceCS</code> 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\">match<a name=\"MpiMatchSourceCS-match\"> </a></td><td>Match</td><td>MPI matching resulted in a valid match</td></tr><tr><td style=\"white-space:nowrap\">no<a name=\"MpiMatchSourceCS-no\"> </a></td><td>Non-Match</td><td>The Match Process failed to record a match</td></tr><tr><td style=\"white-space:nowrap\">review<a name=\"MpiMatchSourceCS-review\"> </a></td><td>Human Review</td><td>The match process was inconclusive and requires a human review to determine match status.</td></tr></table></div>"
  ]; # 
  fhir:CodeSystem.url [ fhir:value "http://ig.fhir.safhir.io/ig/onyx-mpi/CodeSystem/MpiMatchSourceCS"]; # 
  fhir:CodeSystem.version [ fhir:value "0.1.0"]; # 
  fhir:CodeSystem.name [ fhir:value "MpiMatchSourceCS"]; # 
  fhir:CodeSystem.title [ fhir:value "MPI Match Source"]; # 
  fhir:CodeSystem.status [ fhir:value "active"]; # 
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean]; # 
  fhir:CodeSystem.date [ fhir:value "2022-12-12T17:19:29-05:00"^^xsd:dateTime]; # 
  fhir:CodeSystem.publisher [ fhir:value "HL7 Financial Management Working Group"]; # 
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 Financial Management Working Group" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/fm" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fm@lists.HL7.org" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "Mark Scrimshire (mark.scrimshire@onyxhealth.io)" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "mailto:mark.scrimshire@onyxhealth.io" ]     ]
  ], [
     fhir:index 2;
     fhir:ContactDetail.name [ fhir:value "Onyx Technology, LLC" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.onyxhealth.io" ]     ]
  ]; # 
  fhir:CodeSystem.description [ fhir:value "CodeSystem for MPI Match Status"]; # 
  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 "001" ];
       fhir:Coding.display [ fhir:value "World" ]     ]
  ]; # 
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.content [ fhir:value "complete"]; # 
  fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger]; # 
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "match" ];
     fhir:CodeSystem.concept.display [ fhir:value "Match" ];
     fhir:CodeSystem.concept.definition [ fhir:value "MPI matching resulted in a valid match" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "no" ];
     fhir:CodeSystem.concept.display [ fhir:value "Non-Match" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The Match Process failed to record a match" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "review" ];
     fhir:CodeSystem.concept.display [ fhir:value "Human Review" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The match process was inconclusive and requires a human review to determine match status." ]
  ]. # 

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

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