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

FHIR IG analytics

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

identifier: HSP-O/8003641000000000

active: true

name: Sunshine Home Care Services

telecom: admin@sunshinehomecare.example.com, +61 3 5555 0123

address: 125 Care Street Melbourne VIC 3000 AU (work)


Source1

{
  "resourceType": "Organization",
  "id": "example7",
  "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.au/CodeSystem/v2-0203",
            "code": "NOI",
            "display": "National Organisation Identifier"
          }
        ],
        "text": "HSP-O"
      },
      "system": "http://ns.electronichealth.net.au/id/hi/hspo/1.0",
      "value": "8003641000000000"
    }
  ],
  "active": true,
  "name": "Sunshine Home Care Services",
  "telecom": [
    {
      "system": "email",
      "value": "admin@sunshinehomecare.example.com",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "+61 3 5555 0123",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "125 Care Street"
      ],
      "city": "Melbourne",
      "state": "VIC",
      "postalCode": "3000",
      "country": "AU"
    }
  ]
}