GI Resumen IPS FALP
0.1.0 - ci-build
GI Resumen IPS FALP, published by EstebanFredes. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/GI_IPS_FALP/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "example-PrestadorIndividual",
"meta" : {
"profile" : [
🔗 "https://falp.cl/fhir/ig/corefalp/StructureDefinition/PrestadorIndFalp"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner example-PrestadorIndividual</b></p><a name=\"example-PrestadorIndividual\"> </a><a name=\"hcexample-PrestadorIndividual\"> </a><a name=\"example-PrestadorIndividual-es-CL\"> </a><p><b>Nombre de la mensión de su titulo profesional</b>: NEFROLOGO</p><p><b>identifier</b>: RUN/15.666.378-2</p><p><b>name</b>: Pedro Gonzaléz </p><p><b>address</b>: null </p><p><b>birthDate</b>: 1980-12-25</p></div>"
},
"extension" : [
{
"url" : "https://falp.cl/fhir/ig/corefalp/StructureDefinition/Mension",
"valueString" : "NEFROLOGO"
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
"code" : "01",
"display" : "RUN"
}
]
},
"value" : "15.666.378-2"
}
],
"name" : [
{
"family" : "Gonzaléz",
"given" : [
"Pedro"
]
}
],
"address" : [
{
"_state" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RegionesCl",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodRegionCL",
"code" : "13"
}
]
}
}
]
}
}
],
"birthDate" : "1980-12-25"
}