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

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeStructureDefinition
IdStructureDefinition-HVOStorningsinformationLogical.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.hvo.r5@0.1.3-alpha&canonical=http://electronichealth.se/fhir/hvo/StructureDefinition/HVOStorningsinformationLogical
URLhttp://electronichealth.se/fhir/hvo/StructureDefinition/HVOStorningsinformationLogical
Version0.1.3-alpha
Statusdraft
NameHVOStorningsinformationLogical
TitleStörningsinformation
Realmse
DescriptionKlassen störningsinformation håller information om avvikelse från ordinarie tillgänglighetstid. Exempel är avvikande öppettider.
Typehttp://electronichealth.se/fhir/hvo/StructureDefinition/HVOStorningsinformationLogical
Kindlogical

Resources that use this resource

StructureDefinition
se.electronichealth.fhir.hvo.r5#0.1.3-alphaHVOKontaktuppgiftLogicalKontaktuppgift
se.electronichealth.fhir.hvo.r5#0.1.3-alphaHVOTjanstLogicalTjänst
se.electronichealth.fhir.hvo.r5#0.1.3-alphaHVOVerksamhetLogicalVerksamhet

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "HVOStorningsinformationLogical",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOStorningsinformationLogical",
  "version": "0.1.3-alpha",
  "name": "HVOStorningsinformationLogical",
  "title": "Störningsinformation",
  "status": "draft",
  "description": "Klassen störningsinformation håller information om avvikelse från ordinarie tillgänglighetstid. Exempel är avvikande öppettider.",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "StorningsinformationToHVONotAvailableTime",
      "uri": "HVONotAvailableTime"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOStorningsinformationLogical",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "HVOStorningsinformationLogical",
        "path": "HVOStorningsinformationLogical",
        "short": "Störningsinformation",
        "definition": "Klassen störningsinformation håller information om avvikelse från ordinarie tillgänglighetstid. Exempel är avvikande öppettider."
      },
      {
        "id": "HVOStorningsinformationLogical.beskrivning",
        "path": "HVOStorningsinformationLogical.beskrivning",
        "short": "beskrivning",
        "definition": "Textuell beskrivning av varför något inte är tillgängligt under avsedd tid.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "StorningsinformationToHVONotAvailableTime",
            "map": "(HVOService/HVOBusiness/HVONotAvailableTime)notAvailableTime.description"
          }
        ]
      },
      {
        "id": "HVOStorningsinformationLogical.giltigFrom",
        "path": "HVOStorningsinformationLogical.giltigFrom",
        "short": "giltigFrom",
        "definition": "Angivelse av den tidpunkt från och med vilken avvikelse från ordinarie tillgänglighetstid påbörjas.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "time"
          }
        ],
        "mapping": [
          {
            "identity": "StorningsinformationToHVONotAvailableTime",
            "map": "(HVOService/HVOBusiness/HVONotAvailableTime)notAvailableTime.during.start"
          }
        ]
      },
      {
        "id": "HVOStorningsinformationLogical.giltigTom",
        "path": "HVOStorningsinformationLogical.giltigTom",
        "short": "giltigTom",
        "definition": "Angivelse av den tidpunkt från och med vilken avvikelse från ordinarie tillgänglighetstid upphör. Ska ej anges om denna tidpunkt är okänd.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "time"
          }
        ],
        "mapping": [
          {
            "identity": "StorningsinformationToHVONotAvailableTime",
            "map": "(HVOService/HVOBusiness/HVONotAvailableTime)notAvailableTime.during.end"
          }
        ]
      }
    ]
  }
}