Sha256: 56641e558e2f0b62adbf4c4edd5b35017b142e6301340a76ad38a58dfc95213b

Contents?: true

Size: 1.15 KB

Versions: 10

Compression:

Stored size: 1.15 KB

Contents

{
  "resourceType": "Encounter",
  "id": "home",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Encounter with patient @example who is at home</div>"
  },
  "contained": [
    {
      "resourceType": "Location",
      "id": "home",
      "description": "Client's home",
      "mode": "kind"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://hl7.org/fhir/v3/ActCode",
    "code": "HH",
    "display": "home health"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "participant": [
    {
      "period": {
        "start": "2015-01-17T16:00:00+10:00",
        "end": "2015-01-17T16:30:00+10:00"
      },
      "individual": {
        "reference": "Practitioner/example",
        "display": "Dr Adam Careful"
      }
    }
  ],
  "period": {
    "start": "2015-01-17T16:00:00+10:00",
    "end": "2015-01-17T16:30:00+10:00"
  },
  "location": [
    {
      "location": {
        "reference": "#home",
        "display": "Client's home"
      },
      "status": "completed",
      "period": {
        "start": "2015-01-17T16:00:00+10:00",
        "end": "2015-01-17T16:30:00+10:00"
      }
    }
  ]
}

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
fhir_stu3_models-3.2.0 lib/fhir_stu3_models/examples/json/encounter-example-home.json
fhir_stu3_models-3.1.1 lib/fhir_stu3_models/examples/json/encounter-example-home.json
fhir_stu3_models-3.1.0 lib/fhir_stu3_models/examples/json/encounter-example-home.json
fhir_stu3_models-3.0.2 lib/fhir_stu3_models/examples/json/encounter-example-home.json
fhir_stu3_models-3.0.1 lib/fhir_stu3_models/examples/json/encounter-example-home.json
fhir_stu3_models-3.0.0 lib/fhir_stu3_models/examples/json/encounter-example-home.json
fhir_models-3.0.4 lib/fhir_models/examples/json/encounter-example-home.json
fhir_models-3.0.3 lib/fhir_models/examples/json/encounter-example-home.json
fhir_models-3.0.2 lib/fhir_models/examples/json/encounter-example-home.json
fhir_models-3.0.1 lib/fhir_models/examples/json/encounter-example-home.json