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

FHIR IG analytics

Packagehl7.fhir.us.phcp
Resource TypeCommunication
IdCommunication-phcp-communication-example.json
FHIR VersionR4

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

identifier: id: urn:uuid:d839038b-2456-AABD-1c6a-467925b43857

status: completed

subject: Generated Summary: id: 1032702 (USUAL); active; Amy V. Shaw ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 2007-02-20

sent: 2016-12-01

recipient: Generated Summary: id: 9941339108; Ronald Bone

sender: Generated Summary: doc@example.org

reasonCode: handoff communication (procedure)


Source1

{
  "resourceType": "Communication",
  "id": "phcp-communication-example",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-02-11T23:10:17.580+00:00",
    "source": "#viRQqn0zFzprIpU7",
    "profile": [
      "http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-CareCoordination"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:d839038b-2456-AABD-1c6a-467925b43857"
    }
  ],
  "status": "completed",
  "subject": {
    "reference": "Patient/phcp-patient-example"
  },
  "sent": "2016-12-01",
  "recipient": [
    {
      "reference": "Practitioner/phcp-practitioner-example"
    }
  ],
  "sender": {
    "reference": "PractitionerRole/phcp-practitionerrole-example"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "432138007",
          "display": "handoff communication (procedure)"
        }
      ]
    }
  ]
}