PocLisObservation

Perfil basado en Observation.

StructureDefinition

statusΣ ?!1..1codeBindingFixed Value
codeΣ1..1CodeableConceptBinding
subjectΣ1..1Reference(PocLisPatient)
performerΣ0..*Reference(PocLisOrganization)
specimen1..1Reference(PocLisSpecimen)

Ejemplo de Uso

{
    "resourceType": "Observation",
    "meta": {
        "profile":  [
            "http://poc-lis.cens.cl/fhir/StructureDefinition/PocLisObservation"
        ]
    },
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "identifier":  [
        {
            "use": "official",
            "system": "http://minsal.cl/NumeroPeticionLab",
            "value": "2001"
        }
    ],
    "status": "final",
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "94507-1",
                "display": "SARS coronavirus 2 Ab.IgM"
            }
        ]
    },
    "effectiveDateTime": "02/07/2020 17:28:17",
    "subject": {
        "reference": "Patient?identifier=http://minsal.cl/Identificacion|163373629"
    },
    "specimen": {
        "reference": "urn:uuid:da824070-8445-11ea-bc55-0242ac130003"
    },
    "valueCodeableConcept": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "LA11882-0",
                "display": "Detected"
            }
        ]
    },
    "extension":  [
        {
            "url": "http://poc-lis.cens.cl/fhir/StructureDefinition/InformeResultado",
            "valueAttachment": {
                "contentType": "application/pdf",
                "data": ""
            }
        }
    ]
}