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

FHIR IG analytics

Packagehl7.fhir.fi.scheduling
Resource TypeSlot
IdSlot-123456789.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: Slot 123456789

identifier: 123456789

serviceCategory: Perheoikeudelliset palvelut

serviceType: Isyyden selvittämispalvelu

appointmentType: Kertakäynti toimipaikassa

schedule: Schedule

status: Free

start: 2020-01-01 12:00:00+0200

end: 2020-01-01 12:30:00+0200


Source1

{
  "resourceType": "Slot",
  "id": "123456789",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "123456789"
    }
  ],
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "urn:oid:1.2.246.537.6.50.201801",
          "code": "SOTE19",
          "display": "Perheoikeudelliset palvelut"
        }
      ]
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "system": "urn:oid:1.2.246.537.6.49.201501",
          "code": "NC",
          "display": "Isyyden selvittämispalvelu"
        }
      ]
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "urn:oid:1.2.246.537.6.884.2015",
        "code": "10",
        "display": "Kertakäynti toimipaikassa"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code": "ROUTINE"
      }
    ],
    "text": "Kertakäynti toimipaikassa"
  },
  "schedule": {
    "reference": "Schedule/234567890"
  },
  "status": "free",
  "start": "2020-01-01T12:00:00+02:00",
  "end": "2020-01-01T12:30:00+02:00"
}