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

FHIR IG analytics

Packagehl7.eu.fhir.oah
Resource TypeGroup
IdGroup-Group-OS-All.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: Group Group-OS-All

type: Person

actual: false

characteristic

code: Age

value: 0-? years

exclude: false

characteristic

code: Living place

value: Location Nordre Aker

exclude: false


Source1

{
  "resourceType": "Group",
  "id": "Group-OS-All",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/oah/StructureDefinition/group-oah"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": "person",
  "actual": false,
  "characteristic": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "30525-0",
            "display": "Age"
          }
        ]
      },
      "valueRange": {
        "low": {
          "value": 0,
          "unit": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        }
      },
      "exclude": false
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "20733006",
            "display": "Living place"
          }
        ]
      },
      "valueReference": {
        "reference": "Location/Loc-Nordre-Aker"
      },
      "exclude": false
    }
  ]
}