Ú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" : "Encounter",
"id" : "UNICAS-Encounter-ejemploEncounter-00",
"meta" : {
"profile" : [
🔗 "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASEncounter"
]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">ejemplo descripción del episodio registrada en el sistema de información identificado</div>"
},
"identifier" : [
{
"system" : "urn:regcess:0908005177",
"value" : "id-interno-interacionClinica-ejemplo-00"
}
],
"status" : "in-progress",
"class" : [
{
"coding" : [
{
"system" : "https://unicas-fhir.sanidad.gob.es/CodeSystem/CodigosActividadesUNICAS",
"code" : "04",
"display" : "Visitas a consulta externa"
}
]
}
],
"serviceType" : [
{
"concept" : {
"coding" : [
{
"system" : "urn:oid:2.16.724.4.21.5.9",
"code" : "ADM",
"display" : "Admisión"
}
]
}
}
],
"subject" : {
"type" : "Patient",
"identifier" : {
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct/900000001000122104",
"code" : "1551000122105",
"display" : "código de identificación personal en el Sistema Nacional de Salud"
}
]
},
"system" : "urn:oid:2.16.724.4.40",
"value" : "BBBBBBBBQR648597"
},
"display" : "Maria Puig Grau"
},
"serviceProvider" : {
"type" : "Organization",
"identifier" : {
"system" : "urn:oid:2.16.724.4.21.5.10",
"value" : "0908005177"
},
"display" : "Hospital Sant Joan de Déu"
},
"participant" : [
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "PPRF",
"display" : "primary performer"
}
]
}
],
"actor" : {
"type" : "Practitioner",
"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"
},
"display" : "Eva Alabart"
}
}
],
"appointment" : [
{
"type" : "Appointment",
"identifier" : {
"system" : "urn:regcess:0908005177",
"value" : "id-interno-cita-ejemplo-00"
}
}
],
"plannedStartDate" : "2025-04-10T11:28:17.239+00:00",
"plannedEndDate" : "2025-04-14T11:28:17.239+00:00",
"reason" : [
{
"value" : [
{
"concept" : {
"coding" : [
{
"system" : "http://snomed.info/sct/900000001000122104",
"code" : "195967001",
"display" : "asma"
}
]
}
}
]
}
]
}