FHIR Core Implementation Guide (CO)
0.1.0 - STU1
FHIR Core Implementation Guide (CO) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Person",
"id" : "c5e77cca-d580-4a74-94f3-6a66545faf46",
"meta" : {
"profile" : [
🔗 "http://co.fhir.guide/core/StructureDefinition/PersonCO"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Person c5e77cca-d580-4a74-94f3-6a66545faf46</b></p><a name=\"c5e77cca-d580-4a74-94f3-6a66545faf46\"> </a><a name=\"hcc5e77cca-d580-4a74-94f3-6a66545faf46\"> </a><a name=\"c5e77cca-d580-4a74-94f3-6a66545faf46-es-CO\"> </a><p><b>identifier</b>: Person number/324283476\u00a0(use:\u00a0official,\u00a0period:\u00a02013-04-05 --> (ongoing))</p><p><b>name</b>: Mónica María Mora Jaramillo (Official)</p><p><b>telecom</b>: <a href=\"tel:+57(300)111-1111\">+57(300)111-1111</a>, <a href=\"mailto:monica.mora@example.com\">monica.mora@example.com</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1995-04-05</p><p><b>address</b>: Cl. 6 Sur #15 43a, El Poblado(home)</p><p><b>active</b>: true</p><h3>Links</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Target</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient-92a8e277-af20-4854-a3fb-02cbe9fb8d49.html\">Mónica Mora Female, DoB: 1995-04-05 ( Medical record number: HC-324283476\u00a0(use:\u00a0usual,\u00a0))</a></td></tr></table></div>"
},
"identifier" : [
{
"id" : "NationalPersonIdentifier-0",
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PN",
"display" : "Person number"
},
{
"system" : "http://terminology.fhir.guide/co/CodeSystem/ColombianPersonIdentifier",
"code" : "CC",
"display" : "Cédula ciudadanía"
}
]
},
"system" : "http://co.fhir.guide/NamingSystem/RNEC",
"value" : "324283476",
"period" : {
"start" : "2013-04-05"
}
}
],
"name" : [
{
"use" : "official",
"family" : "Mora Jaramillo",
"_family" : {
"extension" : [
{
"url" : "http://co.fhir.guide/core/StructureDefinition/ExtensionFathersFamilyName",
"valueString" : "Mora"
},
{
"url" : "http://co.fhir.guide/core/StructureDefinition/ExtensionMothersFamilyName",
"valueString" : "Jaramillo"
}
]
},
"given" : [
"Mónica",
"María"
]
}
],
"telecom" : [
{
"id" : "TelecomMobile-0",
"system" : "phone",
"value" : "+57(300)111-1111",
"use" : "mobile"
},
{
"id" : "TelecomEmail-0",
"system" : "email",
"value" : "monica.mora@example.com"
}
],
"gender" : "female",
"birthDate" : "1995-04-05",
"address" : [
{
"id" : "HomeAddress-0",
"use" : "home",
"type" : "physical",
"text" : "Cl. 6 Sur #15 43a, El Poblado",
"city" : "Medellín",
"_city" : {
"extension" : [
{
"url" : "http://co.fhir.guide/core/StructureDefinition/ExtensionDivipolaMunicipality",
"valueCoding" : {
"system" : "http://terminology.fhir.guide/co/CodeSystem/DIVIPOLA",
"code" : "05001"
}
}
]
},
"district" : "comuna 14",
"state" : "Antioqia",
"_state" : {
"extension" : [
{
"url" : "http://co.fhir.guide/core/StructureDefinition/ExtensionDivipolaDepartment",
"valueCoding" : {
"system" : "http://terminology.fhir.guide/co/CodeSystem/DIVIPOLA",
"code" : "05"
}
}
]
},
"postalCode" : "050022",
"country" : "CO"
}
],
"active" : true,
"link" : [
{
"target" : {
🔗 "reference" : "Patient/92a8e277-af20-4854-a3fb-02cbe9fb8d49"
}
}
]
}