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

FHIR IG analytics

Packageau.gov.digitalhealth.fhir.cc
Resource TypeHealthcareService
IdHealthcareService-new-patient-availability-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 new-patient-availability-example

New Patient Availability: accepting new patients

active: true

providedBy: Example Health Organisation

type: General medicine

name: Russell Coight's Outback Flying Doctor Service

telecom: +61 7 5555 1234


Source1

{
  "resourceType": "HealthcareService",
  "id": "new-patient-availability-example",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/new-patient-availability",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://www.healthterminologies.gov.au/integration/R4/fhir/CodeSystem/new-patient-availability-1",
            "code": "accepting",
            "display": "accepting new patients"
          }
        ]
      }
    }
  ],
  "active": true,
  "providedBy": {
    "display": "Example Health Organisation"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394802001",
          "display": "General medicine"
        }
      ]
    }
  ],
  "name": "Russell Coight's Outback Flying Doctor Service",
  "telecom": [
    {
      "system": "phone",
      "value": "+61 7 5555 1234",
      "use": "work"
    }
  ]
}