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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeObservation
IdObservation-obs-pregnancy-intent-example.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 obs-pregnancy-intent-example

status: Final

category: Social History

code: Pregnancy Intent

subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))

effective: 2022-09-23 22:39:43+0000

performer: Organization 衛生福利部臺北醫院

value: Yes, I want to become pregnant


Source1

{
  "resourceType": "Observation",
  "id": "obs-pregnancy-intent-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-pregnancy-intent-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history",
          "display": "Social History"
        }
      ],
      "text": "Social History"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "86645-9",
        "display": "Pregnancy intention in the next year - Reported"
      }
    ],
    "text": "Pregnancy Intent"
  },
  "subject": {
    "reference": "Patient/pat-example"
  },
  "effectiveDateTime": "2022-09-23T22:39:43Z",
  "performer": [
    {
      "reference": "Organization/org-hosp-example"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA26438-4",
        "display": "Yes, I want to become pregnant"
      }
    ]
  }
}