FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.cdmh
Resource TypeProcedure
IdProcedure-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Procedure Example


Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
}