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

FHIR IG Statistics: StructureDefinition/ObservationModel

Packagesmart.who.int.ig-empty
Resource TypeStructureDefinition
IdObservationModel
FHIR VersionR4
Sourcehttp://smart.who.int/ig-empty/https://build.fhir.org/ig/costateixeira/logicalmodelstuff/StructureDefinition-ObservationModel.html
URLhttp://smart.who.int/ig-empty/StructureDefinition/ObservationModel
Version0.1.0
Statusdraft
Date2025-07-08T21:06:58+00:00
NameObservationModel
TitleObservation Model
Realmuv
Authoritywho
DescriptionBase model for observations
Typehttp://smart.who.int/ig-empty/StructureDefinition/ObservationModel
Kindlogical

Resources that use this resource

StructureDefinition
LabObservationModelLaboratory Observation Model

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition ObservationModel

NameFlagsCard.TypeDescription & Constraintsdoco
.. ObservationModel 0..*BaseObservation Model
... subject 1..1Reference(Patient)Subject

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "ObservationModel",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/ig-empty/StructureDefinition/ObservationModel",
  "version": "0.1.0",
  "name": "ObservationModel",
  "title": "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": "Base model for observations",
  "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/ObservationModel",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "ObservationModel",
        "path": "ObservationModel",
        "short": "Observation Model",
        "definition": "Base model for observations",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "ObservationModel.subject",
        "path": "ObservationModel.subject",
        "short": "Subject",
        "definition": "Subject",
        "min": 1,
        "max": "1",
        "base": {
          "path": "ObservationModel.subject",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "ObservationModel",
        "path": "ObservationModel",
        "short": "Observation Model",
        "definition": "Base model for observations"
      },
      {
        "id": "ObservationModel.subject",
        "path": "ObservationModel.subject",
        "short": "Subject",
        "definition": "Subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      }
    ]
  }
}