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

FHIR IG analytics

Packageno.nhn.fhir.helsenorge.profiles
Resource TypeSlot
IdSlot-123e4567-e89b-12d3-a456-426614174011.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Slot",
  "id": "123e4567-e89b-12d3-a456-426614174011",
  "meta": {
    "profile": [
      "http://helsenorge.no/fhir/StructureDefinition/hn-basis-slot"
    ]
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:999e4567-e89b-12d3-a456-426614174010"
    }
  ],
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-category",
          "code": "27"
        }
      ]
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.578.1.12.4.1.1.7617",
          "code": "Vaksine"
        }
      ]
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "urn:oid:2.16.578.1.12.4.1.1.7617",
        "code": "Vaksine"
      }
    ]
  },
  "schedule": {
    "reference": "Schedule/987e4567-e89b-12d3-a456-426614174010"
  },
  "status": "free",
  "start": "2026-06-01T09:00:00+02:00",
  "end": "2026-07-01T09:30:00+02:00"
}