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

FHIR IG analytics

Packagejohnmoehrke.testlist.example
Resource TypeObservation
IdObservation-ex-Observation.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: Observation ex-Observation

status: Final

category: Vital Signs

code: Pain severity - 0-10 verbal numeric rating [Score] - Reported

subject: John Schmidt Other, DoB: 1923-07-25

effective: 2004-12-25 23:50:50-0500

performer: Practitioner: telecom = JohnMoehrke@example.com

value: 11


Generated Narrative: Patient #ex-patient

John Schmidt Other, DoB: 1923-07-25


Contact DetailWI USA

Generated Narrative: Practitioner #in-sender

telecom: JohnMoehrke@example.com


Source1

{
  "resourceType": "Observation",
  "id": "ex-Observation",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Patient",
      "id": "ex-patient",
      "name": [
        {
          "use": "usual",
          "family": "Schmidt",
          "given": [
            "John"
          ]
        },
        {
          "use": "old",
          "family": "Schnidt",
          "given": [
            "John",
            "Jacob",
            "Jingle",
            "Heimer"
          ],
          "period": {
            "end": "1960"
          }
        },
        {
          "use": "official",
          "family": "Schmidt",
          "given": [
            "John",
            "Jacob",
            "Jingleheimer"
          ],
          "period": {
            "start": "1960-01-01"
          }
        },
        {
          "use": "nickname",
          "family": "Schmidt",
          "given": [
            "Jack"
          ]
        }
      ],
      "gender": "other",
      "birthDate": "1923-07-25",
      "address": [
        {
          "state": "WI",
          "country": "USA"
        }
      ]
    },
    {
      "resourceType": "Practitioner",
      "id": "in-sender",
      "telecom": [
        {
          "system": "email",
          "value": "JohnMoehrke@example.com"
        }
      ]
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "72514-3",
        "display": "Pain severity - 0-10 verbal numeric rating [Score] - Reported"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "225908003",
        "display": "Pain Score"
      }
    ]
  },
  "subject": {
    "reference": "#ex-patient"
  },
  "effectiveDateTime": "2004-12-25T23:50:50-05:00",
  "performer": [
    {
      "reference": "#in-sender"
    }
  ],
  "valueQuantity": {
    "value": 11
  }
}