CdrPractitionerLocal

Perfil basado en Practitioner.

StructureDefinition

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
id0..1string
extensionI0..*Extension
useΣ ?!1..1codeBindingFixed Value
typeΣ0..0CodeableConceptBinding
systemΣ1..1uriFixed Value
valueΣ1..1string
periodΣ0..0Period
assignerΣ0..0Reference(Organization)
id0..1string
extensionI0..*Extension
useΣ ?!1..1codeBindingFixed Value
typeΣ0..0CodeableConceptBinding
systemΣ1..1uriFixed Value
valueΣ1..1string
periodΣ0..0Period
assignerΣ0..0Reference(Organization)
activeΣ0..0boolean
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
textΣ1..1string
familyΣ0..1string
givenΣ0..*string
prefixΣ0..*string
suffixΣ0..*string
periodΣ0..1Period
id0..1string
extensionI0..*Extension
systemΣ I1..1codeBindingFixed Value
valueΣ1..1string
useΣ ?!0..0codeBinding
rankΣ0..0positiveInt
periodΣ0..0Period
addressΣ0..0Address
genderΣ0..0codeBinding
birthDateΣ0..0date
photo0..0Attachment
communication0..0CodeableConceptBinding

Ejemplo de Uso

{
    "resourceType": "Practitioner",
    "meta": {
        "profile":  [
            "http://ssasur.cl/fhir/StructureDefinition/CdrPractitionerLocal"
        ]
    },
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "identifier":  [
        {
            "use": "official",
            "system": "http://www.registrocivil.cl/RUN",
            "value": "V."
        },
        {
            "use": "secondary",
            "system": "http://ssasur.cl/IdTecnologoLocal",
            "value": "FVV"
        }
    ],
    "name":  [
        {
            "text": "Felipe Villagra",
            "family": "VILLAGRA",
            "given":  [
                "TM. FELIPE"
            ]
        }
    ]
}