Sha256: e430652067d21a51a4a2c60b8456fd3b50c57dc8d731784cb02282686f4e73a9

Contents?: true

Size: 1 KB

Versions: 7

Compression:

Stored size: 1 KB

Contents

{
  "resourceType": "Patient",
  "id": "genetics-example1",
  "meta": {
    "lastUpdated": "2012-05-29T23:45:32Z"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Everywoman, Eve. SSN:\n      444222222</div>"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "SS"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/us-ssn",
      "value": "444222222"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": [
        "Everywoman"
      ],
      "given": [
        "Eve"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-2003",
      "use": "work"
    }
  ],
  "gender": "female",
  "birthDate": "1973-05-31",
  "address": [
    {
      "use": "home",
      "line": [
        "2222 Home Street"
      ]
    }
  ],
  "managingOrganization": {
    "reference": "Organization/hl7"
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

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