FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cl.clips
Resource TypeObservation
IdObservation-ResultadoRadiologyCLEjemplo.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation ResultadoRadiologyCLEjemplo

partOf: ImagingStudy: status = registered; started = 2014-07-09; procedureCode = Portable XR Abdomen 2 Views; reasonCode = Nausea, vomiting and diarrhea

status: Final

category: Imágenes

code: Radiografía portátil de abdomen 2 vistas

subject: Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))

effective: 2014-07-09

performer: Organization Hospital Dr. Gustavo Fricke

value: Se observa lesión en tejido abdominal e inflamación de estómago.


Source1

{
  "resourceType": "Observation",
  "id": "ResultadoRadiologyCLEjemplo",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Observation-resultado-radiology-cl-ips"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "partOf": [
    {
      "reference": "ImagingStudy/EstudioImagenologiaCLEjemplo"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "imaging",
          "display": "Imaging"
        }
      ],
      "text": "Imágenes"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "103284-6",
        "display": "Portable XR Abdomen 2 Views"
      }
    ],
    "text": "Radiografía portátil de abdomen 2 vistas"
  },
  "subject": {
    "reference": "Patient/PacienteClIpsEjemplo"
  },
  "effectiveDateTime": "2014-07-09",
  "performer": [
    {
      "reference": "Organization/OrganizationHospital-CL-Ejemplo"
    }
  ],
  "valueString": "Se observa lesión en tejido abdominal e inflamación de estómago."
}