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

FHIR IG analytics

Packagese.electronichealth.fhir.nppr.r5
Resource TypeStructureDefinition
IdStructureDefinition-NPPRTelekommunikationLogical.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.nppr.r5@0.1.0-alpha&canonical=http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRTelekommunikationLogical
URLhttp://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRTelekommunikationLogical
Statusactive
NameNPPRTelekommunikationLogical
TitleTelekommunikation
Realmse
DescriptionKlassen telekommunikation håller information om elektronisk adressinformation. Exempel är telefonnummer och e-postadress.
Typehttp://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRTelekommunikationLogical
Kindlogical

Resources that use this resource

StructureDefinition
se.electronichealth.fhir.nppr.r5#0.1.0-alphaNPPRKontaktuppgiftLogicalKontaktuppgift

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "NPPRTelekommunikationLogical",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRTelekommunikationLogical",
  "name": "NPPRTelekommunikationLogical",
  "title": "Telekommunikation",
  "status": "active",
  "description": "Klassen telekommunikation håller information om elektronisk adressinformation. Exempel är telefonnummer och e-postadress.",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "TelekommunikationToNPPRTelecom",
      "uri": "NPPRPractitioner.telecom/NPPRPatient.telecom/NPPRRelatedPerson.telecom/NPPRPerson.telecom/NPPRPractitionerRole.contact.telecom"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRTelekommunikationLogical",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "NPPRTelekommunikationLogical",
        "path": "NPPRTelekommunikationLogical",
        "short": "Telekommunikation",
        "definition": "Klassen telekommunikation håller information om elektronisk adressinformation. Exempel är telefonnummer och e-postadress."
      },
      {
        "id": "NPPRTelekommunikationLogical.varde",
        "path": "NPPRTelekommunikationLogical.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": "TelekommunikationToNPPRTelecom",
            "map": "(NPPRPractitioner/NPPRPatient/NPPRRelatedPerson/NPPRPerson/NPPRPractitionerRole)telecom.value"
          }
        ]
      },
      {
        "id": "NPPRTelekommunikationLogical.system",
        "path": "NPPRTelekommunikationLogical.system",
        "short": "system",
        "definition": "Angivelse av kod för vilken typ av elektronisk adress som är angiven i attributet värde. Exempel är telefon, fax eller e-post.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "mapping": [
          {
            "identity": "TelekommunikationToNPPRTelecom",
            "map": "(NPPRPractitioner/NPPRPatient/NPPRRelatedPerson/NPPRPerson/NPPRPractitionerRole)telecom.system"
          }
        ]
      },
      {
        "id": "NPPRTelekommunikationLogical.giltigFrom",
        "path": "NPPRTelekommunikationLogical.giltigFrom",
        "short": "giltigFrom",
        "definition": "Angivelse av den tidpunkt från och med när den elektroniska adressen går att använda.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "time"
          }
        ],
        "mapping": [
          {
            "identity": "TelekommunikationToNPPRTelecom",
            "map": "(NPPRPractitioner/NPPRPatient/NPPRRelatedPerson/NPPRPerson/NPPRPractitionerRole)telecom.period.start"
          }
        ]
      },
      {
        "id": "NPPRTelekommunikationLogical.giltigTom",
        "path": "NPPRTelekommunikationLogical.giltigTom",
        "short": "giltigTom",
        "definition": "Angivelse av tidpunkt då den elektroniska adressen inte längre går att använda för att kontakta den organisation eller person som avses. Ska ej anges om denna tidpunkt är okänd.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "time"
          }
        ],
        "mapping": [
          {
            "identity": "TelekommunikationToNPPRTelecom",
            "map": "(NPPRPractitioner/NPPRPatient/NPPRRelatedPerson/NPPRPerson/NPPRPractitionerRole)telecom.period.end"
          }
        ]
      }
    ]
  }
}