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

FHIR IG analytics

Packagehl7.fhir.cr.meddyg.laboratory-results
Resource TypeComposition
IdComposition-CompositionGlucoseFastingExample.json
FHIR VersionR5

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

Documento clĂ­nico de resultado de glucosa en ayunas.


Source1

{
  "resourceType": "Composition",
  "id": "CompositionGlucoseFastingExample",
  "meta": {
    "profile": [
      "https://hl7.meddyg.com/fhir/laboratory-results/StructureDefinition/cr-composition-laboratory-result"
    ]
  },
  "language": "es",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11502-2"
      }
    ]
  },
  "subject": [
    {
      "reference": "Patient/PatientLaboratoryResultExample"
    }
  ],
  "date": "2024-05-20T09:00:00-06:00",
  "author": [
    {
      "reference": "Organization/OrganizationHospitalMexicoLabExample"
    }
  ],
  "title": "Reporte de laboratorio - Glucosa en ayunas",
  "section": [
    {
      "title": "Resultados de laboratorio",
      "entry": [
        {
          "reference": "DiagnosticReport/DiagnosticReportGlucoseFastingExample"
        }
      ]
    }
  ]
}