Packages

ISO/HL7 FHIR Application Server

Current section

Files

Jump to
hl7 priv samples CommunicationRequest CommunicationRequest.json
Raw

priv/samples/CommunicationRequest/CommunicationRequest.json

{
"resourceType": "CommunicationRequest",
"id": "example",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">To be filled out at a later time</div>"
},
"status": "active",
"intent": "proposal",
"subject": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"meta": {
"tag": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST",
"display": "test health data"
}
]
}
}