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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pas
Resource TypeCommunicationRequest
IdCommunicationRequest-CommunicationRequestExample.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: CommunicationRequest CommunicationRequestExample

Language: en

Profile: PAS CommunicationRequest

ServiceLineNumber: 1

status: Active

category: Justification for Admissions

payload

CommunicatedDiagnosis: Chronic pain syndrome

ContentModifier: Include all data of the selected type that represents observations made 3 months or fewer before the starting date of service

content: 18776-5


Source1

{
  "resourceType": "CommunicationRequest",
  "id": "CommunicationRequestExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-communicationrequest"
    ]
  },
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-serviceLineNumber",
      "valuePositiveInt": 1
    }
  ],
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "https://codesystem.x12.org/005010/755",
          "code": "15",
          "display": "Justification for Admissions"
        }
      ]
    }
  ],
  "payload": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-communicatedDiagnosis",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/sid/icd-10-cm",
                "code": "G89.4"
              }
            ]
          }
        },
        {
          "url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-contentModifier",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "18804-5"
              }
            ]
          }
        }
      ],
      "contentString": "18776-5"
    }
  ]
}