PocPatient

Perfil basado en Patient.

StructureDefinition

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionC0..*Extension
modifierExtension?! C0..*Extension
identifierΣ0..*Identifier
activeΣ ?!0..0boolean
id0..1string
extensionC0..*Extension
useΣ ?!0..1codeBinding
textΣ0..1string
id0..1string
apellido-paternoC0..*Extension(string)
apellido-maternoC0..*Extension(string)
value0..1System.String
givenΣ0..*string
prefixΣ0..*string
suffixΣ0..*string
periodΣ C0..1Period
telecomΣ C0..0ContactPoint
genderΣ0..0codeBinding
birthDateΣ0..0date
addressΣ0..0Address
maritalStatus0..0CodeableConceptBinding
photoC0..0Attachment
generalPractitionerC0..0Reference(Organization | Practitioner | PractitionerRole)
managingOrganizationΣ C0..0Reference(Organization)

Ejemplo de Uso

{
"resourceType": "Patient",
"meta": {
"profile": [
"http://ssms.cl/fhir/StructureDefinition/PocPatient"
]
},
"text": {
"status": "generated",
--- We have skipped the narrative for better readability of the resource ---
},
{
"use": "official",
"system": "https://www.registrocivil.cl/RUT",
"value": "11111111-1"
}
],
"name": [
{
"use": "official",
"text": "Juan Antonio Pérez Vidal",
"family": "",
"_family": {
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family",
"valueString": "Peréz"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
"valueString": "Vidal"
}
]
},
"given": [
"Juan Antonio"
]
}
]
}