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

FHIR IG analytics

Packagehl7.fhir.uv.order-catalog
Resource TypeObservationDefinition
IdObservationDefinition-example-observation-rubigm.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

Generated Narrative: ObservationDefinition example-observation-rubigm

Language: en-US

Profile: Laboratory Observation Definition

status: Active

category: Laboratory

code: Rubella virus IgM Ab [Units/volume] in Serum by Immunoassay

permittedDataType: Quantity

multipleResultsAllowed: false

permittedUnit: UCUM: {Index_val} ({Index_val})


Source1

{
  "resourceType": "ObservationDefinition",
  "id": "example-observation-rubigm",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabObservationDefinition"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "5335-5",
        "display": "Rubella virus IgM Ab [Units/volume] in Serum by Immunoassay"
      }
    ]
  },
  "permittedDataType": [
    "Quantity"
  ],
  "multipleResultsAllowed": false,
  "permittedUnit": [
    {
      "system": "http://unitsofmeasure.org",
      "code": "{Index_val}"
    }
  ]
}