FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Encounter/xcda (JSON)

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner, RelatedPerson

Raw JSON (canonical form + also see JSON Format Specification)

for Clinical Document example patient

{
  "resourceType" : "Encounter",
  "id" : "xcda",
  "identifier" : [{
    "use" : "official",
    "system" : "http://healthcare.example.org/identifiers/enocunter",
    "value" : "1234213.52345873"
  }],
  "status" : "completed",
  "class" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code" : "AMB",
      "display" : "ambulatory"
    }]
  }],
  "subject" : {
    "reference" : "Patient/xcda"
  },
  "participant" : [{
    "actor" : {
      "reference" : "Practitioner/xcda1"
    }
  }],
  "reason" : [{
    "value" : [{
      "concept" : {
        "coding" : [{
          "system" : "http://ihe.net/xds/connectathon/eventCodes",
          "code" : "T-D8200",
          "display" : "Arm"
        }]
      }
    }]
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.