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

FHIR IG analytics

Packageswiss.mednet.fhir
Resource TypeObservation
IdObservation-mni-obs-laboratory-example2.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 mni-obs-laboratory-example2

status: Final

category: Laboratory

code: Creatinine [Moles/volume] in Serum, Plasma or Blood

subject: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)

value: 0.84 mmol/L (Details: UCUM codemmol/L = 'mmol/L')


Source1

{
  "resourceType": "Observation",
  "id": "mni-obs-laboratory-example2",
  "meta": {
    "profile": [
      "https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "77140-2",
        "display": "Creatinine [Moles/volume] in Serum, Plasma or Blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/mni-patient-example1"
  },
  "valueQuantity": {
    "value": 0.84,
    "unit": "mmol/L",
    "system": "http://unitsofmeasure.org",
    "code": "mmol/L"
  }
}