This page is part of the Order Catalog Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
{ "resourceType" : "ActivityDefinition", "id" : "example-lab-procedure-vitamind-serum", "meta" : { "profile" : [ "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition" ] }, "language" : "fr-FR", "text" : { "status" : "additional", "div" : "<div xml:lang=\"fr-FR\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"fr-FR\">\n <p><b>Additional Narrative in French language | Vue narrative en français : </b></p>\n <p>Procédure de dosage de la vitamine D dans le sang</p>\n <p>Elément clinique pertinent requis en entrée : ObservationDefinition/example-input-observation-context-for-vitamin-d</p>\n <p>Résultat en sortie : ObservationDefinition/example-observation-vitamin-d</p>\n </div>" }, "url" : "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-vitamind-serum", "version" : "0.1.0", "name" : "VitaminDProcedure", "title" : "Procédure - dosage vitamine D - sang", "status" : "draft", "experimental" : true, "date" : "2020-02-19T14:00:00+02:00", "publisher" : "HL7 International - Orders and Observations Work Group", "contact" : [ { "telecom" : [ { "system" : "url", "value" : "http://hl7.org/Special/committees/orders" } ] } ], "description" : "Procédure de dosage de la vitamine D dans le sang", "jurisdiction" : [ { "coding" : [ { "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm", "code" : "001" } ] } ], "effectivePeriod" : { "start" : "2020-04-01", "end" : "2022-12-25" }, "topic" : [ { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "166312007", "display" : "Blood chemistry" } ] } ], "kind" : "ServiceRequest", "code" : { "coding" : [ { "system" : "http://loinc.org", "code" : "14635-7", "display" : "25-hydroxycholécalciférol [Moles/Volume] Sérum/Plasma ; Numérique" } ] }, "priority" : "routine", "timingDuration" : { "value" : 120, "unit" : "minutes", "system" : "http://unitsofmeasure.org", "code" : "mn" }, "observationRequirement" : [ { "reference" : "ObservationDefinition/example-input-observation-context-for-vitamin-d" } ], "observationResultRequirement" : [ { "reference" : "ObservationDefinition/example-observation-vitamin-d" } ] }