Sha256: 8cce35b025dd0396239188528cdfb18dcd8deed029a0b4535adf29fcb638bb20

Contents?: true

Size: 1.57 KB

Versions: 6

Compression:

Stored size: 1.57 KB

Contents

{  "resourceType": "Encounter",  "id": "de-identified-example",  "meta": {    "extension": [      {        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",        "valueString": "De-Identified Encounter Example"      },      {        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",        "valueMarkdown": "This is an encounter example for the *US Core Encounter Profile*."      }    ],    "lastUpdated": "2022-05-26T11:56:57.250-04:00",    "profile": [      "http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-encounter"    ]  },  "extension": [    {      "url": "http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-age-extension",      "valueQuantity": {        "value": 36,        "unit": "yr",        "system": "http://unitsofmeasure.org",        "code": "a"      }    }  ],  "status": "finished",  "class": {    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",    "code": "AMB",    "display": "ambulatory"  },  "type": [    {      "coding": [        {          "system": "http://www.ama-assn.org/go/cpt",          "code": "99201"        }      ]    }  ],  "subject": {    "reference": "Patient/de-identified-example"  },  "period": {    "start": "2022",    "end": "2022"  },  "hospitalization": {    "dischargeDisposition": {      "coding": [        {          "system": "http://www.nubc.org/patient-discharge",          "code": "01",          "display": "Discharged to Home"        }      ]    }  },  "location": [    {      "location": {        "reference": "Location/hospital",        "display": "Holy Family Hospital"      }    }  ]}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
uds_plus_test_kit-1.0.6 lib/uds_plus_test_kit/examples/encounter.ndjson
uds_plus_test_kit-1.0.5 lib/uds_plus_test_kit/examples/encounter.ndjson
uds_plus_test_kit-1.0.4 lib/uds_plus_test_kit/examples/encounter.ndjson
uds_plus_test_kit-1.0.3 lib/uds_plus_test_kit/examples/encounter.ndjson
uds_plus_test_kit-1.0.2 lib/uds_plus_test_kit/examples/encounter.ndjson
uds_plus_test_kit-1.0.1 lib/uds_plus_test_kit/examples/encounter.ndjson