LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Matched Location Source - EMR2 Location B - TTL Representation

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:Location;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "MatchedLocationSource-EMR2-LocationB"];
  fhir:Resource.meta [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id" ];
       fhir:Extension.valueString [ fhir:value "99999" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id" ];
       fhir:Extension.valueString [ fhir:value "b069a545-9506-40c6-8498-23de2e189143" ]     ];
     fhir:Meta.source [ fhir:value "http://acme-health.com/emr2" ];
     fhir:Meta.profile [
       fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-location";
       fhir:index 0;
       fhir:link <http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-location>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"MatchedLocationSource-EMR2-LocationB\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Location \"MatchedLocationSource-EMR2-LocationB\" </p><p style=\"margin-bottom: 0px\">Information Source: http://acme-health.com/emr2!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdm-location.html\">CDM Location</a></p></div><p><b>identifier</b>: Source System Row Identifier: locationB(use: OFFICIAL), Tax ID number: 222333789(use: SECONDARY), Match Data Identifier: 7610613e-2ecb-4cf5-815c-42a9589b2245(use: SECONDARY)</p><p><b>name</b>: Match Family Clinic</p></div>"
  ];
  fhir:Location.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type" ];
         fhir:Coding.code [ fhir:value "SSRI" ]       ]     ];
     fhir:Identifier.system [ fhir:value "http://acme-health.com/emr2/location" ];
     fhir:Identifier.value [ fhir:value "locationB" ];
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "Acme Health - EMR2" ]     ]
  ], [
     fhir:index 1;
     fhir:Identifier.use [ fhir:value "secondary" ];
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "TAX" ]       ]     ];
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.4.4" ];
     fhir:Identifier.value [ fhir:value "222333789" ];
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "irs.gov" ]     ]
  ], [
     fhir:index 2;
     fhir:Identifier.use [ fhir:value "secondary" ];
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type" ];
         fhir:Coding.code [ fhir:value "MDI" ]       ]     ];
     fhir:Identifier.system [ fhir:value "http://linuxforhealth.org/platform/location-match-identifier" ];
     fhir:Identifier.value [ fhir:value "7610613e-2ecb-4cf5-815c-42a9589b2245" ];
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "HDC" ]     ]
  ];
  fhir:Location.name [ fhir:value "Match Family Clinic"].

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

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