ÚNICAS Rare Diseases HL7 FHIR Implementation Guide
0.0.1 - draft
ÚNICAS Rare Diseases HL7 FHIR Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "UNICAS-Profesional-ejemploPractitioner-00",
"meta" : {
"profile" : [
🔗 "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASPractitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner UNICAS-Profesional-ejemploPractitioner-00</b></p><a name=\"UNICAS-Profesional-ejemploPractitioner-00\"> </a><a name=\"hcUNICAS-Profesional-ejemploPractitioner-00\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-UNICASPractitioner.html\">Practitioner Profesional Sanitario ÚNICAS</a></p></div><p><b>identifier</b>: documento nacional de identidad/0000001X</p><p><b>name</b>: Eva Alabart</p><p><b>telecom</b>: ph: 666666666(Work)</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct/900000001000122104?fhir_vs-refset/900000251000122107",
"code" : "22851000122109",
"display" : "documento nacional de identidad"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.19126.3",
"value" : "0000001X"
}
],
"name" : [
{
"text" : "Eva Alabart",
"family" : "Alabart",
"_family" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family",
"valueString" : "Alabart"
}
]
},
"given" : [
"Eva"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "666666666",
"use" : "work"
}
]
}