FHIR IG analytics| Package | hl7.fhir.cr.core |
| Resource Type | Patient |
| Id | Patient-CRPatientWithSecurityTag.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient CRPatientWithSecurityTag
Profile: Paciente
Security Label: Restricted (Details: Confidentiality code R = 'Restricted')
Carlos García Morales (official) Male, DoB: 1988-07-15 ( Cédula Nacional: 10-1234-5678 (use: official, ))
| Active: | true | ||
{
"resourceType": "Patient",
"id": "CRPatientWithSecurityTag",
"meta": {
"profile": [
"https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-patient"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "R",
"display": "Restricted"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type",
"code": "cedula-nacional",
"display": "Cédula Nacional"
}
]
},
"system": "https://hl7.or.cr/fhir/identifier/client-registry",
"value": "10-1234-5678"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "García Morales",
"given": [
"Carlos"
]
}
],
"gender": "male",
"birthDate": "1988-07-15"
}