Sha256: 939661e7b2b4eb7a22b494359ab09d12e3a6e9d9371268ee79ead206786662c8

Contents?: true

Size: 859 Bytes

Versions: 10

Compression:

Stored size: 859 Bytes

Contents

{
  "resourceType": "Patient",
  "id": "pat4",
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/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"
  },
  "meta": {
    "tag": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST",
        "display": "test health data"
      }
    ]
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/json/patient-example-d.json
fhir_models-4.2.2 lib/fhir_models/examples/json/patient-example-d.json
fhir_models-4.2.1 lib/fhir_models/examples/json/patient-example-d.json
fhir_models-4.2.0 lib/fhir_models/examples/json/patient-example-d.json
fhir_models-4.1.2 lib/fhir_models/examples/json/patient-example-d.json
fhir_models-4.1.1 lib/fhir_models/examples/json/patient-example-d.json
fhir_models-4.1.0 lib/fhir_models/examples/json/patient-example-d.json
fhir_models-4.0.2 lib/fhir_models/examples/json/patient-example-d.json
fhir_models-4.0.1 lib/fhir_models/examples/json/patient-example-d.json
fhir_models-4.0.0 lib/fhir_models/examples/json/patient-example-d.json