FHIR IG Statistics: StructureDefinition/cyehr-ext-relationshiplevel
Resources that use this resource
Resources that this resource uses
Examples of Use for Extension
No extension usage examples found
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "cyehr-ext-relationshiplevel",
"url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-relationshiplevel",
"name": "CYEHREXTRelationshipLevel",
"title": "Cyprus EHR Extension: Relationship level",
"status": "draft",
"publisher": "eHealth4U",
"contact": [
{
"name": "eHealth Lab (University of Cyprus)",
"telecom": [
{
"system": "email",
"value": "ehealthl@ucy.ac.cy",
"use": "work"
}
]
}
],
"description": "Extension on the patient's relationship level of the contact person, e.g. father, mother, daughter etc.",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Patient.contact"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-relationshiplevel"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
]
}
]
}
]
}
}