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-vitamin-d.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

Additional Narrative in French language | Vue narrative en français :

Analyse de biologie médicale : dosage vitamine D dans sérum sanguin

Catégorie : laboratoire

Identification : 14635-7 |25-hydroxycholécalciférol [Moles/Volume] Sérum/Plasma ; Numérique| (http://loinc.org)

Types de résultat autorisés : quantitatif, textuel

Résultat multiples : non

intitulé préféré sur compte rendu : Vitamine D

Unité de mesure : pmol/L (http://unitsofmeasure.org)


Source1

{
  "resourceType": "ObservationDefinition",
  "id": "example-observation-vitamin-d",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabObservationDefinition"
    ]
  },
  "language": "fr-FR",
  "text": {
    "status": "additional",
    "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": "14635-7",
        "display": "25-hydroxycholécalciférol [Moles/Volume] Sérum/Plasma ; Numérique"
      }
    ]
  },
  "permittedDataType": [
    "Quantity",
    "string"
  ],
  "multipleResultsAllowed": false,
  "preferredReportName": "Vitamine D",
  "permittedUnit": [
    {
      "system": "http://unitsofmeasure.org",
      "code": "pmol/L"
    }
  ]
}