Order Catalog Implementation Guide
current - CI Build International flag

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 procedure vitamin D - JSON Representation

Draft as of 2020-02-19

Raw json | Download


{
  "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" : "current",
  "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-hydroxyvitamin D3 [Moles/volume] in Serum or Plasma"
      }
    ]
  },
  "priority" : "routine",
  "timingDuration" : {
    "value" : 120,
    "unit" : "minutes",
    "system" : "http://unitsofmeasure.org",
    "code" : "mn"
  },
  "observationRequirement" : [
    "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-input-observation-context-for-vitamin-d"
  ],
  "observationResultRequirement" : [
    "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-vitamin-d"
  ]
}