Sha256: c36884ffc1e7c30901d03d57ab1afb8f077af0b837ce03318cd497f78e617130

Contents?: true

Size: 881 Bytes

Versions: 10

Compression:

Stored size: 881 Bytes

Contents

{
  "resourceType": "Patient",
  "id": "pat3",
  "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": "123457"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Notsowell",
      "given": [
        "Simon"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1982-01-23",
  "deceasedDateTime": "2015-02-14T13:42:00+10:00",
  "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-c.json
fhir_models-4.2.2 lib/fhir_models/examples/json/patient-example-c.json
fhir_models-4.2.1 lib/fhir_models/examples/json/patient-example-c.json
fhir_models-4.2.0 lib/fhir_models/examples/json/patient-example-c.json
fhir_models-4.1.2 lib/fhir_models/examples/json/patient-example-c.json
fhir_models-4.1.1 lib/fhir_models/examples/json/patient-example-c.json
fhir_models-4.1.0 lib/fhir_models/examples/json/patient-example-c.json
fhir_models-4.0.2 lib/fhir_models/examples/json/patient-example-c.json
fhir_models-4.0.1 lib/fhir_models/examples/json/patient-example-c.json
fhir_models-4.0.0 lib/fhir_models/examples/json/patient-example-c.json