Sha256: 8938a75a4806b2283ad8dead6b715bc2b5b685e511c3be6720836263d0b41e76

Contents?: true

Size: 866 Bytes

Versions: 4

Compression:

Stored size: 866 Bytes

Contents

{
  "resourceType": "Patient",
  "id": "pat4",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      <p>Patient Sandy Notsowell @ Acme Healthcare, Inc. MR = 123458, DECEASED</p>\n    \n    </div>"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:0.1.2.3.4.5.6.7",
      "value": "123458"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Notsowell",
      "given": [
        "Sandy"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1982-08-02",
  "deceasedBoolean": true,
  "managingOrganization": {
    "reference": "Organization/1",
    "display": "ACME Healthcare, Inc"
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fhir_models-1.8.3 lib/fhir_models/examples/json/patient-example-d.json
fhir_models-1.8.2 lib/fhir_models/examples/json/patient-example-d.json
fhir_models-1.8.1 lib/fhir_models/examples/json/patient-example-d.json
fhir_models-1.8.0 lib/fhir_models/examples/json/patient-example-d.json