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

FHIR IG analytics

PackageSHIFT-Task-Force.privacy.examples
Resource TypeObservation
IdObservation-MonicaRambeauhCGSerumQuantMedAbort.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 MonicaRambeauhCGSerumQuantMedAbort

status: Final

category: Laboratory

code: hCG serum quantitative

subject: Mo Female, DoB: 2006-08-08

effective: 2025-11-08

performer: Practitioner Jane Hibbert

value: 22000 IU/L (Details: UCUM code[IU]/L = '[IU]/L')


Source1

{
  "resourceType": "Observation",
  "id": "MonicaRambeauhCGSerumQuantMedAbort",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "R"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "SEX"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "19080-1",
        "display": "Choriogonadotropin [Units/volume] in Serum or Plasma"
      }
    ],
    "text": "hCG serum quantitative"
  },
  "subject": {
    "reference": "Patient/MonicaRambeau"
  },
  "effectiveDateTime": "2025-11-08",
  "performer": [
    {
      "reference": "Practitioner/DrHibbert"
    }
  ],
  "valueQuantity": {
    "value": 22000,
    "unit": "IU/L",
    "system": "http://unitsofmeasure.org",
    "code": "[IU]/L"
  }
}