FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/LabObservationModel

Packagesmart.who.int.ig-empty
Resource TypeStructureDefinition
IdLabObservationModel
FHIR VersionR4
Sourcehttp://smart.who.int/ig-empty/https://build.fhir.org/ig/costateixeira/logicalmodelstuff/StructureDefinition-LabObservationModel.html
URLhttp://smart.who.int/ig-empty/StructureDefinition/LabObservationModel
Version0.1.0
Statusdraft
Date2025-07-08T21:06:58+00:00
NameLabObservationModel
TitleLaboratory Observation Model
Realmuv
Authoritywho
DescriptionModel for laboratory observations, extending the base observation model
Typehttp://smart.who.int/ig-empty/StructureDefinition/LabObservationModel
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ObservationModelObservation Model

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition LabObservationModel

NameFlagsCard.TypeDescription & Constraintsdoco
.. LabObservationModel 0..*ObservationModel
Elements defined in Ancestors:subject
Laboratory Observation Model
... subject 0..1Reference(Patient | Practitioner)Subject
... date 1..1dateTimeDate Time

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "LabObservationModel",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/ig-empty/StructureDefinition/LabObservationModel",
  "version": "0.1.0",
  "name": "LabObservationModel",
  "title": "Laboratory Observation Model",
  "status": "draft",
  "date": "2025-07-08T21:06:58+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "Model for laboratory observations, extending the base observation model",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://smart.who.int/ig-empty/StructureDefinition/LabObservationModel",
  "baseDefinition": "http://smart.who.int/ig-empty/StructureDefinition/ObservationModel",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0"
      }
    ],
    "element": [
      {
        "id": "LabObservationModel",
        "path": "LabObservationModel",
        "short": "Laboratory Observation Model",
        "definition": "Model for laboratory observations, extending the base observation model",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "LabObservationModel.subject",
        "path": "LabObservationModel.subject",
        "short": "Subject",
        "definition": "Subject",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ObservationModel.subject",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/Practitioner"
            ]
          }
        ]
      },
      {
        "id": "LabObservationModel.date",
        "path": "LabObservationModel.date",
        "short": "Date Time",
        "definition": "Date Time",
        "min": 1,
        "max": "1",
        "base": {
          "path": "LabObservationModel.date",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "LabObservationModel",
        "path": "LabObservationModel",
        "short": "Laboratory Observation Model",
        "definition": "Model for laboratory observations, extending the base observation model"
      },
      {
        "id": "LabObservationModel.subject",
        "path": "LabObservationModel.subject",
        "min": 0,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/Practitioner"
            ]
          }
        ]
      },
      {
        "id": "LabObservationModel.date",
        "path": "LabObservationModel.date",
        "short": "Date Time",
        "definition": "Date Time",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}