FHIR CI-Build

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

Example Patient/merge-subsumed (JSON)

Responsible Owner: Patient Administration Work GroupStandards Status: InformativeCompartments: Patient, Practitioner, RelatedPerson

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

Patient that got subsumed in a merge.

{
  "resourceType" : "Patient",
  "id" : "merge-subsumed",
  "identifier" : [{
    "system" : "http://example.org/mrn",
    "value" : "MRN-002"
  },
  {
    "system" : "http://example.org/ssn",
    "value" : "666-99-9999"
  }],
  "active" : false,
  "name" : [{
    "use" : "usual",
    "family" : "Smith",
    "given" : ["Janie"]
  }],
  "address" : [{
    "line" : ["123 Main St"],
    "city" : "Anytown",
    "state" : "NY",
    "postalCode" : "12345"
  }]
}

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.