Common Data Models Harmonization
1.0.0 - STU 1 Publication

Common Data Models Harmonization, published by HL7 International - Biomedical Research and Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cdmh/ and changes regularly. See the Directory of published versions

: CDMH Procedure - Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "example",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "Rehab Example"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This is a rehab example for the *CDMH Procedure Profile*."
      }
    ],
    "profile" : [
      "http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Procedure Example</b></p>"
  },
  "status" : "completed",
  "code" : {
    "extension" : [
      {
        "id" : "1",
        "url" : "http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-pcornet-px-source",
        "valueCode" : "OD"
      }
    ],
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "24165007",
        "display" : "Alcoholism counseling"
      }
    ],
    "text" : "Alcohol rehabilitation"
  },
  "subject" : {
    "reference" : "Patient/example"
  },
  "performedDateTime" : "2002-05-23"
}