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

FHIR IG analytics

Packagehl7.fhir.us.cimilabs
Resource TypeObservation
IdObservation-NarrativeLab-example.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

Resource Observation "NarrativeLab-example"

Profile: Standard Lab Obs Narrative

identifier: Accession ID: TH56231, Filler Identifier: 12093785, Placer Identifier: 58739021

status: final

category: Laboratory (Observation Category Codes#laboratory)

code: Erythrocyte morphology [Interpretation] in Urine sediment by Light microscopy Narrative (LOINC#53974-2)

subject: : Young, Female 2345

encounter: : GP Visit

effective: 2019-10-16 12:12:29-0900

performer:

value: Red cells are mostly normochromic/nomrocytic with 10% having siderotic granule inclusions.


Source1

{
  "resourceType": "Observation",
  "id": "NarrativeLab-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/cimi-labs/StructureDefinition/standard-lab-obs-narrative"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "ACSN"
          }
        ]
      },
      "value": "TH56231"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "FILL"
          }
        ]
      },
      "value": "12093785"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PLAC"
          }
        ]
      },
      "value": "58739021"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "53974-2"
      }
    ],
    "text": "Erythrocyte morphology [Interpretation] in Urine sediment by Light microscopy Narrative"
  },
  "subject": {
    "display": "Young, Female 2345"
  },
  "encounter": {
    "display": "GP Visit"
  },
  "effectiveDateTime": "2019-10-16T12:12:29-09:00",
  "performer": [
    {
      "reference": "Practitioner/LabTech"
    },
    {
      "reference": "Organization/ACMELab"
    },
    {
      "reference": "Practitioner/DrDr"
    }
  ],
  "valueString": "Red cells are mostly normochromic/nomrocytic with 10% having siderotic granule inclusions."
}