FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.mdi
Resource TypeOrganization
IdOrganization-us-core-organization-dcr-ex1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization us-core-organization-dcr-ex1

identifier: http://example.org/fhir/Insurity.Tahoe.Organization.Entity.BusinessUnitCode/STATE_MEDICAL_EXAMINER_OFFICE_STATE_MEDICAL_EXAMIN

active: true

name: Office of Chief Medical Examiner

address: 11 Shuttle Road BARRETT PARKWAY GA US


Source1

{
  "resourceType": "Organization",
  "id": "us-core-organization-dcr-ex1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/fhir/Insurity.Tahoe.Organization.Entity.BusinessUnitCode",
      "value": "STATE_MEDICAL_EXAMINER_OFFICE_STATE_MEDICAL_EXAMIN"
    }
  ],
  "active": true,
  "name": "Office of Chief Medical Examiner",
  "address": [
    {
      "line": [
        "11 Shuttle Road"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "11"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Shuttle"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType",
              "valueString": "Road"
            }
          ]
        }
      ],
      "city": "BARRETT PARKWAY",
      "state": "GA",
      "country": "US"
    }
  ]
}