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-contraception.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",
  "id": "example--gpc-update-record--prsb--procedures-contraception",
  "meta": {
    "profile": [
      "https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-Observation-1"
    ],
    "tag": [
      {
        "system": "https://fhir.nhs.uk/CodeSystem/RecordStandardHeadings",
        "code": "procedures-and-therapies",
        "display": "Procedures and therapies"
      }
    ]
  },
  "identifier": [
    {
      "system": "https://identifiers.provider.test/observation",
      "value": "Observation/e2360fe6-c866-47e7-b35b-7e263f8bc50e"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "169531004",
        "display": "Uses contraceptive sponge and spermicide"
      }
    ],
    "text": "Free text regarding contraception (including review date) can go here."
  },
  "effectivePeriod": {
    "start": "2023-07-04",
    "end": "2023-10-31"
  },
  "subject": {
    "reference": "Patient/42451c37-752d-4c8e-aa80-be8258a9a4e5"
  },
  "context": {
    "reference": "Encounter/43b4530b-7e0d-4009-a006-6a8d99cbd4f0"
  },
  "issued": "2023-07-04T13:23:00.1516395+00:00",
  "performer": [
    {
      "reference": "Practitioner/39f59e67-d56b-446c-bca9-2c37e7b32c7c"
    }
  ]
}