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

FHIR IG analytics

Packagehl7.fhir.uv.ips
Resource TypeOrganization
IdOrganization-TII-Organization1.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 TII-Organization1

Language: en

Profile: Organization (IPS)

name: Someplace General Hospital

address: 123 Street Address Sometown Somecountry


Source1

{
  "resourceType": "Organization",
  "id": "TII-Organization1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Organization-uv-ips"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "Someplace General Hospital",
  "address": [
    {
      "line": [
        "123 Street Address"
      ],
      "city": "Sometown",
      "country": "Somecountry"
    }
  ]
}