Sha256: 9e22a4d81dcf8253268583976a46e1b821bb3d8ccbf72470949f1c0bf7014c51

Contents?: true

Size: 1.18 KB

Versions: 14

Compression:

Stored size: 1.18 KB

Contents

{
  "resourceType": "Patient",
  "id": "dicom",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"> 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

14 entries across 14 versions & 2 rubygems

Version Path
fhir_stu3_models-3.2.0 lib/fhir_stu3_models/examples/json/patient-example-dicom.json
fhir_stu3_models-3.1.1 lib/fhir_stu3_models/examples/json/patient-example-dicom.json
fhir_stu3_models-3.1.0 lib/fhir_stu3_models/examples/json/patient-example-dicom.json
fhir_stu3_models-3.0.2 lib/fhir_stu3_models/examples/json/patient-example-dicom.json
fhir_stu3_models-3.0.1 lib/fhir_stu3_models/examples/json/patient-example-dicom.json
fhir_stu3_models-3.0.0 lib/fhir_stu3_models/examples/json/patient-example-dicom.json
fhir_models-3.0.4 lib/fhir_models/examples/json/patient-example-dicom.json
fhir_models-3.0.3 lib/fhir_models/examples/json/patient-example-dicom.json
fhir_models-3.0.2 lib/fhir_models/examples/json/patient-example-dicom.json
fhir_models-3.0.1 lib/fhir_models/examples/json/patient-example-dicom.json
fhir_models-1.8.3 lib/fhir_models/examples/json/patient-example-dicom.json
fhir_models-1.8.2 lib/fhir_models/examples/json/patient-example-dicom.json
fhir_models-1.8.1 lib/fhir_models/examples/json/patient-example-dicom.json
fhir_models-1.8.0 lib/fhir_models/examples/json/patient-example-dicom.json