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

FHIR IG analytics

Packageniceprofiling.v23q1
Resource TypeObservation
IdNICE-PainScore-Example-01.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": "NICE-PainScore-Example-01",
  "meta": {
    "profile": [
      "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-PainScore-2022Q1"
    ]
  },
  "text": {
    "status": "extensions"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "225908003"
      }
    ]
  },
  "subject": {
    "reference": "Patient/NICE-Patient-01",
    "display": "P. Petersen"
  },
  "context": {
    "reference": "Encounter/NICE-Encounter-01"
  },
  "effectiveDateTime": "2022-01-08T08:43:00+02:00",
  "valueQuantity": {
    "value": 10
  },
  "method": {
    "coding": [
      {
        "system": "https://www.stichting-nice.nl/dd/#753",
        "code": "5",
        "display": "CIA"
      }
    ]
  }
}