This page is part of the Order Catalog Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
{
"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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"fr-FR\" lang=\"fr-FR\">\n <p><b>Additional Narrative in French language | Vue narrative en français : </b></p>\n <p>Analyse de biologie médicale : dosage vitamine D dans sérum sanguin</p>\n <p>Catégorie : laboratoire</p>\n <p>Identification : 14635-7 |25-hydroxycholécalciférol [Moles/Volume] Sérum/Plasma ; Numérique| (http://loinc.org)</p>\n <p>Types de résultat autorisés : quantitatif, textuel</p>\n <p>Résultat multiples : non</p>\n <p>intitulé préféré sur compte rendu : Vitamine D</p>\n <p>Unité de mesure : pmol/L (http://unitsofmeasure.org)</p>\n </div>"
},
"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",
"quantitativeDetails" : {
"unit" : {
"coding" : [
{
"system" : "http://unitsofmeasure.org",
"code" : "pmol/L"
}
]
},
"decimalPrecision" : 0
}
}