Order Catalog Implementation Guide, published by HL7 International - Orders and Observations Work Group. This is not an authorized publication; it is the continuous build for version current). This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions
: Lab observation vitamin D - JSON Representation
Raw json | Download
{
"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>"
},
"url" : "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-vitamin-d",
"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-hydroxyvitamin D3 [Moles/volume] in Serum or Plasma"
}
]
},
"permittedDataType" : [
"Quantity",
"string"
],
"multipleResultsAllowed" : false,
"preferredReportName" : "Vitamine D"
}