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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pas
Resource TypeOrganization
IdOrganization-UMOExample.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 UMOExample

Language: en

Profile: PAS Requestor Organization

identifier: United States National Provider Identifier/8189991234

active: true

type: X3

name: DR. JOE SMITH CORPORATION

address: 111 1ST STREET SAN DIEGO CA 92101 US


Source1

{
  "resourceType": "Organization",
  "id": "UMOExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-requestor"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "8189991234"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "https://codesystem.x12.org/005010/98",
          "code": "X3"
        }
      ]
    }
  ],
  "name": "DR. JOE SMITH CORPORATION",
  "address": [
    {
      "line": [
        "111 1ST STREET"
      ],
      "city": "SAN DIEGO",
      "state": "CA",
      "postalCode": "92101",
      "country": "US"
    }
  ]
}