Sha256: 95355dd84b6d25801ed0a1955dc79ef75bc767a47e7ca9c10685f2456d19bec0

Contents?: true

Size: 801 Bytes

Versions: 7

Compression:

Stored size: 801 Bytes

Contents

{
  "resourceType": "Patient",
  "id": "xcda",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      <p>Henry Levin the 7th</p>\n    \n    </div>"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:2.16.840.1.113883.19.5",
      "value": "12345"
    }
  ],
  "active": true,
  "name": [
    {
      "family": [
        "Levin"
      ],
      "given": [
        "Henry"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1932-09-24",
  "managingOrganization": {
    "reference": "Organization/2.16.840.1.113883.19.5",
    "display": "Good Health Clinic"
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fhir_models-1.6.8 lib/fhir_models/examples/json/patient-example-xcda.json
fhir_models-1.6.7 lib/fhir_models/examples/json/patient-example-xcda.json
fhir_models-1.6.6 lib/fhir_models/examples/json/patient-example-xcda.json
fhir_models-1.6.4 lib/fhir_models/examples/json/patient-example-xcda.json
fhir_models-1.6.3 examples/json/patient-example-xcda.json
fhir_models-1.6.2 examples/json/patient-example-xcda.json
fhir_models-1.6.1 examples/json/patient-example-xcda.json