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

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeStructureDefinition
IdStructureDefinition-HVOTelekommunikationLogical.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.hvo.r5@0.1.3-alpha&canonical=http://electronichealth.se/fhir/hvo/StructureDefinition/HVOTelekommunikationLogical
URLhttp://electronichealth.se/fhir/hvo/StructureDefinition/HVOTelekommunikationLogical
Version0.1.3-alpha
Statusdraft
NameHVOTelekommunikationLogical
TitleTelekommunikation
Realmse
DescriptionKlassen telekommunikation håller information om elektronisk adressinformation. Exempel är telefonnummer och e-postadress.
Typehttp://electronichealth.se/fhir/hvo/StructureDefinition/HVOTelekommunikationLogical
Kindlogical

Resources that use this resource

StructureDefinition
se.electronichealth.fhir.hvo.r5#0.1.3-alphaHVOKontaktuppgiftLogicalKontaktuppgift
se.electronichealth.fhir.hvo.r5#0.1.3-alphaHVOUppdragLogicalUppdrag

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "HVOTelekommunikationLogical",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOTelekommunikationLogical",
  "version": "0.1.3-alpha",
  "name": "HVOTelekommunikationLogical",
  "title": "Telekommunikation",
  "status": "draft",
  "description": "Klassen telekommunikation håller information om elektronisk adressinformation. Exempel är telefonnummer och e-postadress.",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "TelekommunikationToContactPoint",
      "uri": "HVO(HVOService/HVOOrganization/HVOOrganizationalUnit/HVOPractitionerRole/HVOOrganizationalAffiliation).telecom"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOTelekommunikationLogical",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "HVOTelekommunikationLogical",
        "path": "HVOTelekommunikationLogical",
        "short": "Telekommunikation",
        "definition": "Klassen telekommunikation håller information om elektronisk adressinformation. Exempel är telefonnummer och e-postadress."
      },
      {
        "id": "HVOTelekommunikationLogical.varde",
        "path": "HVOTelekommunikationLogical.varde",
        "short": "värde",
        "definition": "Angivelse av elektronisk adress i det format som hör till angivet system.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "TelekommunikationToContactPoint",
            "map": "(HVOService/HVOOrganization/HVOOrganizationalUnit/HVOPractitioner/HVOOrganizationalAffiliation)telecom.value"
          }
        ]
      },
      {
        "id": "HVOTelekommunikationLogical.system",
        "path": "HVOTelekommunikationLogical.system",
        "short": "system",
        "definition": "Angivelse av kod för vilket kommunikationssystem ett visst värde åsyftar. Exempel är telefon, fax eller e-post.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "mapping": [
          {
            "identity": "TelekommunikationToContactPoint",
            "map": "(HVOService/HVOOrganization/HVOOrganizationalUnit/HVOPractitioner/HVOOrganizationalAffiliation)telecom.system"
          }
        ]
      },
      {
        "id": "HVOTelekommunikationLogical.giltigFrom",
        "path": "HVOTelekommunikationLogical.giltigFrom",
        "short": "giltigFrom",
        "definition": "Angivelse av den tidpunkt från och med vilken uppgiften om telekommunikation gäller.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "time"
          }
        ],
        "mapping": [
          {
            "identity": "TelekommunikationToContactPoint",
            "map": "(HVOOrganizationAffiliation)telecom.period.start"
          }
        ]
      },
      {
        "id": "HVOTelekommunikationLogical.giltigTom",
        "path": "HVOTelekommunikationLogical.giltigTom",
        "short": "giltigTom",
        "definition": "Angivelse av tidpunkt då uppgiften om elektronisk kommunikation upphör att gälla på så sätt att uppgiften inte längre stämmer för den organisation eller person som avses. Ska ej anges om denna tidpunkt är okänd.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "time"
          }
        ],
        "mapping": [
          {
            "identity": "TelekommunikationToContactPoint",
            "map": "(HVOOrganizationalAffiliation)telecom.period.end"
          }
        ]
      }
    ]
  }
}