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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pdex
Resource TypeOrganization
IdOrganization-provider-org-002.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

Second Example Provider Organization


Source1

{
  "resourceType": "Organization",
  "id": "provider-org-002",
  "meta": {
    "lastUpdated": "2024-12-16T10:00:00Z",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1122334455"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "Second Example Provider Organization",
  "telecom": [
    {
      "system": "phone",
      "value": "555-987-6543",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "200 Healthcare Boulevard"
      ],
      "city": "Sometown",
      "state": "MA",
      "postalCode": "02102"
    }
  ]
}