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

FHIR IG analytics

Packageltsi.fhir.oncofair
Resource TypeObservation
IdObservation-ExampleOncoFAIRObservation.json
FHIR VersionR5

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 ExampleOncoFAIRObservation

status: Final

code: Poids

subject: Anonymous Patient (no stated gender), DoB Unknown ( 123456789)

effective: 2024-06-06 10:00:00+0000

issued: 2024-06-06 10:15:00+0000

value: 70 kg


Source1

{
  "resourceType": "Observation",
  "id": "ExampleOncoFAIRObservation",
  "meta": {
    "profile": [
      "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://ltsi.univ-rennes.fr/CodeSystem/siph-renscomplement-oncofair-codesystem",
        "code": "POIDS",
        "display": "Poids"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExampleOncoFAIRPatient"
  },
  "effectiveDateTime": "2024-06-06T10:00:00Z",
  "issued": "2024-06-06T10:15:00Z",
  "valueQuantity": {
    "value": 70,
    "unit": "kg"
  }
}