Sha256: b19d33eda997cf8232e40a4143f9ed2b24753491e330bc132b40a3631359c0c0

Contents?: true

Size: 1.2 KB

Versions: 7

Compression:

Stored size: 1.2 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

7 entries across 7 versions & 1 rubygems

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