FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/Extension-eRS-HoursOfOperation

Packageuk.nhsdigital.r4.test
Resource TypeStructureDefinition
IdExtension-eRS-HoursOfOperation
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&canonical=https://fhir.nhs.uk/StructureDefinition/Extension-eRS-HoursOfOperation
URLhttps://fhir.nhs.uk/StructureDefinition/Extension-eRS-HoursOfOperation
Version1.0.0
Statusactive
Date2022-03-14
NameExtensioneRSHoursOfOperation
TitleExtension eRS Hours Of Operation
DescriptionAn extension to carry the hours of operation for an eRS health care service.
PurposeThis extension extends the eRS HealthcareService profile to carry the hours of operation for an eRS health care service.
CopyrightCopyright © 2022 NHS Digital
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
eRS-HealthcareServiceeRS Healthcare Service

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Extension-eRS-HoursOfOperation",
  "url": "https://fhir.nhs.uk/StructureDefinition/Extension-eRS-HoursOfOperation",
  "version": "1.0.0",
  "name": "ExtensioneRSHoursOfOperation",
  "title": "Extension eRS Hours Of Operation",
  "status": "active",
  "date": "2022-03-14",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "An extension to carry the hours of operation for an eRS health care service.",
  "purpose": "This extension extends the eRS HealthcareService profile to carry the hours of operation for an eRS health care service.",
  "copyright": "Copyright © 2022 NHS Digital",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "HealthcareService"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "The hours of operation of an eRS health care service",
        "definition": "The hours of operation of an eRS health care service."
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.nhs.uk/StructureDefinition/Extension-eRS-HoursOfOperation"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "The hours of operation of an eRS health care service",
        "definition": "The hours of operation of an eRS health care service expressed as a string.",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}