FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.argonaut.questionnaire
Resource TypeEncounter
IdEncounter-encounter1.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative with Details

id: encounter1

meta:

identifier: 1234

status: finished

class: ambulatory (Details: http://hl7.org/fhir/v3/ActCode code AMB = 'ambulatory', stated as 'null')

type: Assessment of history of substance abuse (procedure) (Details : {SNOMED CT code '370776007' = 'Assessment of history of substance abuse (procedure)', given as 'Assessment of history of substance abuse (procedure)'})

subject: Generated Summary: id: subject1; 1234; active; John M Doe ; gender: male; birthDate: 19/06/1964

Participants

-Individual
*Generated Summary: id: prov-admin1; 999123456; active; Jane M Healer ; English

period: 13/02/2019 12:00:00 AM --> 14/02/2019 12:00:00 AM

reason: Assessment of history of substance abuse (procedure) (Details : {SNOMED CT code '370776007' = 'Assessment of history of substance abuse (procedure)', given as 'Assessment of history of substance abuse (procedure)'})


Source1

{
  "resourceType": "Encounter",
  "id": "encounter1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://acme.org/enc-ids",
      "value": "1234"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://hl7.org/fhir/v3/ActCode",
    "code": "AMB"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "370776007",
          "display": "Assessment of history of substance abuse (procedure)"
        }
      ],
      "text": "Assessment of history of substance abuse (procedure)"
    }
  ],
  "subject": {
    "reference": "Patient/subject1"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/prov-admin1"
      }
    }
  ],
  "period": {
    "start": "2019-02-13",
    "end": "2019-02-14"
  },
  "reason": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "370776007",
          "display": "Assessment of history of substance abuse (procedure)"
        }
      ],
      "text": "Assessment of history of substance abuse (procedure)"
    }
  ]
}