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

FHIR IG analytics

Packageihe.pcc.maps
Resource TypeOrganization
IdOrganization-ex-Organization-OB.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 ex-Organization-OB

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

identifier: National provider identifier/187659 (use: official, period: 1999-03-19 --> (ongoing))

active: true

type: Healthcare Provider

name: Acme Healthcare

telecom: ph: (401) 623 8856

address: 25 Eddy St, Providence, RI 02903


Source1

{
  "resourceType": "Organization",
  "id": "ex-Organization-OB",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NPI"
          }
        ]
      },
      "value": "187659",
      "period": {
        "start": "1999-03-19"
      }
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov"
        }
      ]
    }
  ],
  "name": "Acme Healthcare",
  "telecom": [
    {
      "system": "phone",
      "value": "(401) 623 8856"
    }
  ],
  "address": [
    {
      "type": "both",
      "text": "25 Eddy St, Providence, RI  02903",
      "line": [
        "25 Eddy St"
      ],
      "city": "Providence",
      "state": "02903",
      "postalCode": "RI",
      "country": "USA"
    }
  ]
}