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

FHIR IG analytics

Packageuk.gpc.updaterecord
Resource TypeObservation
Idexample--gpc-update-record--prsb--procedures-abpm-declined.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "meta": {
    "tag": [
      {
        "system": "https://fhir.nhs.uk/CodeSystem/RecordStandardHeadings",
        "code": "procedures-and-therapies",
        "display": "Procedures and therapies"
      }
    ]
  },
  "identifier": [
    {
      "system": "https://identifiers.provider.test/flag",
      "value": "Observation/57eacdfb-12eb-48f7-8ce6-25dbe378613c"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "861231000000105",
        "display": "Ambulatory blood pressure recording declined"
      }
    ],
    "text": "The reason the patient declined the ABPM can be recorded here."
  },
  "subject": {
    "reference": "Patient/f39b71e6-27d3-11ee-be56-0242ac120002"
  }
}