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

FHIR IG analytics

Packagehl7.eu.fhir.protect-child
Resource TypeObservationDefinition
IdObservationDefinition-LabTestExample1.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: ObservationDefinition LabTestExample1

Profile: Lab Test

code: Albumin [Mass/volume] in Serum or Plasma

identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/lab-test-id/LT0001

QuantitativeDetails

-Unit
*g/dL

Source1

{
  "resourceType": "ObservationDefinition",
  "id": "LabTestExample1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/lab-test"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "1751-7",
        "display": "Albumin [Mass/volume] in Serum or Plasma"
      }
    ]
  },
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/lab-test-id",
      "value": "LT0001"
    }
  ],
  "quantitativeDetails": {
    "unit": {
      "coding": [
        {
          "system": "http://unitsofmeasure.org",
          "code": "g/dL",
          "display": "g/dL"
        }
      ]
    }
  }
}