FHIR IG analytics| Package | se.electronichealth.fhir.hvo.r5 |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-HVOPersonrollLogical.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=se.electronichealth.fhir.hvo.r5@0.1.3-alpha&canonical=http://electronichealth.se/fhir/hvo/StructureDefinition/HVOPersonrollLogical |
| URL | http://electronichealth.se/fhir/hvo/StructureDefinition/HVOPersonrollLogical |
| Version | 0.1.3-alpha |
| Status | draft |
| Name | HVOPersonrollLogical |
| Title | Personroll |
| Realm | se |
| Description | Klassen personroll håller information om en roll för en viss person. |
| Type | http://electronichealth.se/fhir/hvo/StructureDefinition/HVOPersonrollLogical |
| Kind | logical |
No resources found
| StructureDefinition | ||
| se.electronichealth.fhir.hvo.r5#0.1.3-alpha | HVOKontaktuppgiftLogical | Kontaktuppgift |
| se.electronichealth.fhir.hvo.r5#0.1.3-alpha | HVOOrganisationLogical | Organisation |
| se.electronichealth.fhir.hvo.r5#0.1.3-alpha | HVOOrganisatoriskEnhetLogical | OrganisatoriskEnhet |
| se.electronichealth.fhir.hvo.r5#0.1.3-alpha | HVOPersonLogical | Person |
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "HVOPersonrollLogical",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
"valueCode": "can-be-target"
}
],
"url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOPersonrollLogical",
"version": "0.1.3-alpha",
"name": "HVOPersonrollLogical",
"title": "Personroll",
"status": "draft",
"description": "Klassen personroll håller information om en roll för en viss person.",
"fhirVersion": "5.0.0",
"mapping": [
{
"identity": "PersonrollToHVOPractitionerRole",
"uri": "HVOPractitionerRole"
}
],
"kind": "logical",
"abstract": false,
"type": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOPersonrollLogical",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
"derivation": "specialization",
"differential": {
"element": [
{
"id": "HVOPersonrollLogical",
"path": "HVOPersonrollLogical",
"short": "Personroll",
"definition": "Klassen personroll håller information om en roll för en viss person."
},
{
"id": "HVOPersonrollLogical.kod",
"path": "HVOPersonrollLogical.kod",
"short": "kod",
"definition": "Angivelse av kod för personrollen.",
"min": 1,
"max": "1",
"type": [
{
"code": "Coding"
}
],
"mapping": [
{
"identity": "PersonrollToHVOPractitionerRole",
"map": "HVOPractitionerRole.code"
}
]
},
{
"id": "HVOPersonrollLogical.giltigFrom",
"path": "HVOPersonrollLogical.giltigFrom",
"short": "giltigFrom",
"definition": "Angivelse av den tidpunkt från och med vilken en viss person har rollen.",
"min": 1,
"max": "1",
"type": [
{
"code": "time"
}
],
"mapping": [
{
"identity": "PersonrollToHVOPractitionerRole",
"map": "HVOPractitionerRole.period.start"
}
]
},
{
"id": "HVOPersonrollLogical.giltigTom",
"path": "HVOPersonrollLogical.giltigTom",
"short": "giltigTom",
"definition": "Angivelse av den tidpunkt då en viss person upphör att ha rollen. Ska ej anges om denna tidpunkt är okänd.",
"min": 0,
"max": "1",
"type": [
{
"code": "time"
}
],
"mapping": [
{
"identity": "PersonrollToHVOPractitionerRole",
"map": "HVOPractitionerRole.period.end"
}
]
},
{
"id": "HVOPersonrollLogical.har",
"path": "HVOPersonrollLogical.har",
"short": "har",
"definition": "har",
"min": 0,
"max": "*",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://electronichealth.se/fhir/hvo/StructureDefinition/HVOKontaktuppgiftLogical"
]
}
],
"mapping": [
{
"identity": "PersonrollToHVOPractitionerRole",
"map": "HVOPractitionerRole.contact"
}
]
},
{
"id": "HVOPersonrollLogical.tillhor",
"path": "HVOPersonrollLogical.tillhor",
"short": "tillhor",
"definition": "tillhor",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganisationLogical",
"http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganisatoriskEnhetLogical"
]
}
],
"mapping": [
{
"identity": "PersonrollToHVOPractitionerRole",
"map": "HVOPractitionerRole.organization(HVOOrganization or HVOOrganizationalUnit)"
}
]
},
{
"id": "HVOPersonrollLogical.antar",
"path": "HVOPersonrollLogical.antar",
"short": "antar",
"definition": "antar",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://electronichealth.se/fhir/hvo/StructureDefinition/HVOPersonLogical"
]
}
],
"mapping": [
{
"identity": "PersonrollToHVOPractitionerRole",
"map": "HVOPractitionerRole.practitioner(HVOPractitioner)"
}
]
}
]
}
}