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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeHealthcareService
IdHealthcareService-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

Narrative

id: example3

meta:

providedBy: Devonport Family Medicine Clinic. Generated Summary: id: example3; ABN: 51824754455; Medical centre; name: Devonport Family Medicine Clinic; reception@dfmc.example.com(WORK), fax: (03) 5550 5557(WORK), ph: (03) 5550 5556(WORK)

category: General Practice

specialty: General medical practice, Opioid dependency management specialty

location: Generated Summary: id: example3; status: active; Family medicine clinic; Building

name: General Practitioner services

telecom: ph: (03) 8543 5555(WORK), ph: (03) 8543 5558(WORK - Legal)

serviceProvisionCode: Fees and Bulk Billing

communication: German, English

availableTime

daysOfWeek: mon, tue, wed, thu, fri

availableStartTime:

availableEndTime:

availableTime

daysOfWeek: sat, sun

availableStartTime:

availableEndTime:


Source1

{
  "resourceType": "HealthcareService",
  "id": "example3",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-healthcareservice"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "providedBy": {
    "reference": "Organization/example3",
    "display": "Devonport Family Medicine Clinic"
  },
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "408443003",
          "display": "General medical practice"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "23961000087102",
          "display": "Opioid dependency management specialty"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/example3"
    }
  ],
  "name": "General Practitioner services",
  "telecom": [
    {
      "system": "phone",
      "value": "(03) 8543 5555",
      "use": "work"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org.au/fhir/StructureDefinition/contact-purpose",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org.au/CodeSystem/contact-purpose",
                "code": "legal",
                "display": "Legal"
              }
            ]
          }
        }
      ],
      "system": "phone",
      "value": "(03) 8543 5558",
      "use": "work"
    }
  ],
  "serviceProvisionCode": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions",
          "code": "FBB",
          "display": "Fees and Bulk Billing"
        }
      ]
    }
  ],
  "communication": [
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "de",
          "display": "German"
        }
      ],
      "text": "German"
    },
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "en",
          "display": "English"
        }
      ],
      "text": "English"
    }
  ],
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "availableStartTime": "08:00:00",
      "availableEndTime": "20:00:00"
    },
    {
      "daysOfWeek": [
        "sat",
        "sun"
      ],
      "availableStartTime": "10:00:00",
      "availableEndTime": "16:00:00"
    }
  ]
}