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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeOrganization
IdOrganization-example1.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 example1

identifier: ABN/51824753556

type: Private hospital

name: Albion Hospital

contact

purpose: Medical Record

telecom: ph: (07) 5550 5556

contact

purpose: Media enquiries

telecom: press@albionhospital.example.com, ph: (07) 5550 5557

contact

purpose: Human Resources

telecom: hr@albionhospital.example.com


Source1

{
  "resourceType": "Organization",
  "id": "example1",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "XX"
          }
        ],
        "text": "ABN"
      },
      "system": "http://hl7.org.au/id/abn",
      "value": "51824753556"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "309895006",
          "display": "Private hospital"
        }
      ]
    }
  ],
  "name": "Albion Hospital",
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/contact-purpose",
            "code": "medical-record",
            "display": "Medical Record"
          }
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "(07) 5550 5556"
        }
      ]
    },
    {
      "purpose": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code": "PRESS",
            "display": "Press"
          }
        ],
        "text": "Media enquiries"
      },
      "telecom": [
        {
          "system": "email",
          "value": "press@albionhospital.example.com"
        },
        {
          "system": "phone",
          "value": "(07) 5550 5557"
        }
      ]
    },
    {
      "purpose": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code": "HR"
          }
        ],
        "text": "Human Resources"
      },
      "telecom": [
        {
          "system": "email",
          "value": "hr@albionhospital.example.com"
        }
      ]
    }
  ]
}