Sha256: 9d2ae53d3a5185c951b756170294c47b44285ec3170c511972b44ee3d55aefeb

Contents?: true

Size: 899 Bytes

Versions: 15

Compression:

Stored size: 899 Bytes

Contents

{
  "resourceType": "Patient",
  "id": "xds",
  "text": {
    "status": "generated",
    "div": "<div>\n      \n      <p>Patient John Doe, M, 27-May 1956. ID: 89765a87b</p>\n    \n    </div>"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:1.2.3.4.5",
      "value": "89765a87b"
    }
  ],
  "active": true,
  "name": [
    {
      "family": [
        "Doe"
      ],
      "given": [
        "John"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1956-05-27",
  "address": [
    {
      "line": [
        "100 Main St"
      ],
      "city": "Metropolis",
      "state": "Il",
      "postalCode": "44130",
      "country": "USA"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/2"
  }
}

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
fhir_dstu2_models-1.2.0 lib/fhir_dstu2_models/examples/json/patient-example-xds.json
fhir_dstu2_models-1.1.1 lib/fhir_dstu2_models/examples/json/patient-example-xds.json
fhir_dstu2_models-1.1.0 lib/fhir_dstu2_models/examples/json/patient-example-xds.json
fhir_dstu2_models-1.0.11 lib/fhir_dstu2_models/examples/json/patient-example-xds.json
fhir_dstu2_models-1.0.10 lib/fhir_dstu2_models/examples/json/patient-example-xds.json
fhir_dstu2_models-1.0.9 lib/fhir_dstu2_models/examples/json/patient-example-xds.json
fhir_dstu2_models-1.0.8 lib/fhir_dstu2_models/examples/json/patient-example-xds.json
fhir_dstu2_models-1.0.7 lib/fhir_dstu2_models/examples/json/patient-example-xds.json
fhir_dstu2_models-1.0.6 lib/fhir_dstu2_models/examples/json/patient-example-xds.json
fhir_dstu2_models-1.0.5 lib/fhir_dstu2_models/examples/json/patient-example-xds.json
fhir_dstu2_models-1.0.4 lib/fhir_dstu2_models/examples/json/patient-example-xds.json
fhir_dstu2_models-1.0.3 lib/fhir_dstu2_models/examples/json/patient-example-xds.json
fhir_dstu2_models-1.0.2 lib/fhir_dstu2_models/examples/json/patient-example-xds.json
fhir_models-0.3.1 examples/json/patient-example-xds.json
fhir_models-0.3.0 examples/json/patient-example-xds.json