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

FHIR IG analytics

Packageau.gov.digitalhealth.cc
Resource TypeHealthcareService
IdHealthcareService-iar-levels-of-care-example.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: HealthcareService iar-levels-of-care-example

IAR Levels of Care: Level 1 - Self management

active: true

providedBy: Example Health Organisation

type: Psychotherapy (specialty)

name: Kath & Kim's Fountain Lakes Wellness Hub

telecom: +61 2 1234 5678


Source1

{
  "resourceType": "HealthcareService",
  "id": "iar-levels-of-care-example",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/iar-levels-of-care",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://healthterminologies.gov.au/fhir/CodeSystem/iar-levels-of-care-1",
            "code": "level1",
            "display": "Level 1 - Self management"
          }
        ]
      }
    }
  ],
  "active": true,
  "providedBy": {
    "display": "Example Health Organisation"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394913002",
          "display": "Psychotherapy (specialty)"
        }
      ]
    }
  ],
  "name": "Kath & Kim's Fountain Lakes Wellness Hub",
  "telecom": [
    {
      "system": "phone",
      "value": "+61 2 1234 5678",
      "use": "work"
    }
  ]
}