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 - EMR1 Location A - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "MatchedLocationSource-EMR1-LocationA",
  "meta" : {
    "extension" : [
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id",
        "valueString" : "99999"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id",
        "valueString" : "b069a545-9506-40c6-8498-23de2e189143"
      }
    ],
    "source" : "http://acme-health.com/emr1",
    "profile" : [
      "http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"MatchedLocationSource-EMR1-LocationA\"> </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-EMR1-LocationA\" </p><p style=\"margin-bottom: 0px\">Information Source: http://acme-health.com/emr1!</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: locationA(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>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
            "code" : "SSRI"
          }
        ]
      },
      "system" : "http://acme-health.com/emr1/location",
      "value" : "locationA",
      "assigner" : {
        "display" : "Acme Health - EMR1"
      }
    },
    {
      "use" : "secondary",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "TAX"
          }
        ]
      },
      "system" : "urn:oid:2.16.840.1.113883.4.4",
      "value" : "222333789",
      "assigner" : {
        "display" : "irs.gov"
      }
    },
    {
      "use" : "secondary",
      "type" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
            "code" : "MDI"
          }
        ]
      },
      "system" : "http://linuxforhealth.org/platform/location-match-identifier",
      "value" : "7610613e-2ecb-4cf5-815c-42a9589b2245",
      "assigner" : {
        "display" : "HDC"
      }
    }
  ],
  "name" : "Match Family Clinic"
}