Sha256: a999e9895238bfe5e7451f475812a3fd24bab0de038475dca8da67e7c225a4b5

Contents?: true

Size: 1.16 KB

Versions: 15

Compression:

Stored size: 1.16 KB

Contents

{
  "resourceType": "Patient",
  "id": "dicom",
  "text": {
    "status": "generated",
    "div": "<div> Patient MINT_TEST, ID = MINT1234. Age = 56y, Size =\n      1.83m, Weight = 72.58kg </div>"
  },
  "extension": [
    {
      "url": "http://nema.org/fhir/extensions#0010:1010",
      "valueQuantity": {
        "value": 56,
        "unit": "Y"
      }
    },
    {
      "url": "http://nema.org/fhir/extensions#0010:1020",
      "valueQuantity": {
        "value": 1.83,
        "unit": "m"
      }
    },
    {
      "url": "http://nema.org/fhir/extensions#0010:1030",
      "valueQuantity": {
        "value": 72.58,
        "unit": "kg"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://nema.org/examples/patients",
      "value": "MINT1234"
    }
  ],
  "active": true,
  "name": [
    {
      "family": [
        "MINT_TEST"
      ]
    }
  ],
  "gender": "male",
  "_gender": {
    "extension": [
      {
        "url": "http://nema.org/examples/extensions#gender",
        "valueCoding": {
          "system": "http://nema.org/examples/gender",
          "code": "M"
        }
      }
    ]
  },
  "managingOrganization": {
    "reference": "Organization/1"
  }
}

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-dicom.json
fhir_dstu2_models-1.1.1 lib/fhir_dstu2_models/examples/json/patient-example-dicom.json
fhir_dstu2_models-1.1.0 lib/fhir_dstu2_models/examples/json/patient-example-dicom.json
fhir_dstu2_models-1.0.11 lib/fhir_dstu2_models/examples/json/patient-example-dicom.json
fhir_dstu2_models-1.0.10 lib/fhir_dstu2_models/examples/json/patient-example-dicom.json
fhir_dstu2_models-1.0.9 lib/fhir_dstu2_models/examples/json/patient-example-dicom.json
fhir_dstu2_models-1.0.8 lib/fhir_dstu2_models/examples/json/patient-example-dicom.json
fhir_dstu2_models-1.0.7 lib/fhir_dstu2_models/examples/json/patient-example-dicom.json
fhir_dstu2_models-1.0.6 lib/fhir_dstu2_models/examples/json/patient-example-dicom.json
fhir_dstu2_models-1.0.5 lib/fhir_dstu2_models/examples/json/patient-example-dicom.json
fhir_dstu2_models-1.0.4 lib/fhir_dstu2_models/examples/json/patient-example-dicom.json
fhir_dstu2_models-1.0.3 lib/fhir_dstu2_models/examples/json/patient-example-dicom.json
fhir_dstu2_models-1.0.2 lib/fhir_dstu2_models/examples/json/patient-example-dicom.json
fhir_models-0.3.1 examples/json/patient-example-dicom.json
fhir_models-0.3.0 examples/json/patient-example-dicom.json