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

FHIR IG analytics

Packageee.fhir.mpi
Resource TypeObservation
IdObservation-LegalStatus.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 LegalStatus

status: Final

category: Social history

code: Legal status

subject: Indrek Bambus (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#37302102711)

effective: 2021-11-23 --> (ongoing)

value: Teovõimeline


Source1

{
  "resourceType": "Observation",
  "id": "LegalStatus",
  "meta": {
    "profile": [
      "https://fhir.ee/mpi/StructureDefinition/ee-mpi-socialhistory-legal-status"
    ]
  },
  "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"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "8625004",
        "display": "Legal status"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat1"
  },
  "effectivePeriod": {
    "start": "2021-11-23"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "https://fhir.ee/CodeSystem/teovoime-staatus",
        "code": "T0",
        "display": "Teovõimeline"
      }
    ]
  }
}