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

: CDM Organization - Provider 1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "Provider1",
  "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/provider-organization",
    "profile" : [
      "http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"Provider1\"> </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 Organization \"Provider1\" </p><p style=\"margin-bottom: 0px\">Information Source: http://acme-health.com/emr1/provider-organization!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdm-organization.html\">CDM Organization</a></p></div><p><b>identifier</b>: Source System Row Identifier: 7a44c7b9-da71-4138-a48c-48b94163bbd3(use: OFFICIAL), National provider identifier: 1122445599(use: SECONDARY), Tax ID number: 123444222(use: SECONDARY)</p><p><b>active</b>: true</p><p><b>type</b>: Internal Medicine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-payer-provider-type.html\">Payer Provider Type Codes</a>#204)</span></p><p><b>name</b>: Dr Smith</p><p><b>telecom</b>: ph: 915-555-6000(WORK), fax: 915-555-6001(WORK)</p><p><b>address</b>: 100 Mesa Drive El Paso TX 79912 US (WORK)</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
            "code" : "SSRI"
          }
        ]
      },
      "system" : "http://acme-health.com/emr1/provier-organization",
      "value" : "7a44c7b9-da71-4138-a48c-48b94163bbd3",
      "assigner" : {
        "display" : "Acme Health - EMR1"
      }
    },
    {
      "use" : "secondary",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NPI"
          }
        ]
      },
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1122445599",
      "assigner" : {
        "display" : "cms.gov"
      }
    },
    {
      "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" : "123444222",
      "assigner" : {
        "display" : "irs.gov"
      }
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-provider-type",
          "code" : "204"
        }
      ]
    }
  ],
  "name" : "Dr Smith",
  "telecom" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country",
          "valueString" : "1"
        },
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-extension",
          "valueString" : "100"
        }
      ],
      "system" : "phone",
      "value" : "915-555-6000",
      "use" : "work"
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country",
          "valueString" : "1"
        }
      ],
      "system" : "fax",
      "value" : "915-555-6001",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/county-code",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://acme-health.com/CodeSystem/local-county-code",
                "code" : "057"
              }
            ]
          }
        }
      ],
      "use" : "work",
      "type" : "physical",
      "line" : [
        "100 Mesa Drive"
      ],
      "city" : "El Paso",
      "district" : "TX",
      "state" : "TX",
      "postalCode" : "79912",
      "country" : "US"
    }
  ]
}