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

FHIR IG analytics

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

identifier: ABN/51824754455

type: Medical centre

name: Devonport Family Medicine Clinic

telecom: reception@dfmc.example.com, fax: (03) 5550 5557(Work), ph: (03) 5550 5556(Work)

address: LPO Box 235 Strahan TAS 7468 AU


Source1

{
  "resourceType": "Organization",
  "id": "example3",
  "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": "51824754455"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "288565001",
          "display": "Medical centre"
        }
      ]
    }
  ],
  "name": "Devonport Family Medicine Clinic",
  "telecom": [
    {
      "system": "email",
      "value": "reception@dfmc.example.com",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "(03) 5550 5557",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "(03) 5550 5556",
      "use": "work"
    }
  ],
  "address": [
    {
      "type": "postal",
      "line": [
        "LPO Box 235"
      ],
      "city": "Strahan",
      "state": "TAS",
      "postalCode": "7468",
      "country": "AU"
    }
  ]
}