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

FHIR IG analytics

Packagehl7.fhir.au.ereq
Resource TypeOrganization
IdOrganization-elimbah-medical-centre.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 elimbah-medical-centre

identifier: HPI-O/8003629900040359

type: Medical Centre

name: Elimbah Medical Centre

telecom: info@elimbahmedicalcentre.example.com.au, ph: (07)555 03997(Work)

address: 199 Copper Esp Elimbah QLD 4516 AU


Source1

{
  "resourceType": "Organization",
  "id": "elimbah-medical-centre",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "NOI",
            "display": "National Organisation Identifier"
          }
        ],
        "text": "HPI-O"
      },
      "system": "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
      "value": "8003629900040359"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "288565001",
          "display": "Medical centre"
        }
      ],
      "text": "Medical Centre"
    }
  ],
  "name": "Elimbah Medical Centre",
  "telecom": [
    {
      "system": "email",
      "value": "info@elimbahmedicalcentre.example.com.au",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "(07)555 03997",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "199 Copper Esp"
      ],
      "city": "Elimbah",
      "state": "QLD",
      "postalCode": "4516",
      "country": "AU"
    }
  ]
}