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-Female.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-Female

type: Person

actual: false

characteristic

code: Sex

value: Female

exclude: false

characteristic

code: Living place

value: Location Nordre Aker

exclude: false


Source1

{
  "resourceType": "Group",
  "id": "Group-OS-Female",
  "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": "46098-0",
            "display": "Sex"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/administrative-gender",
            "code": "female",
            "display": "Female"
          }
        ]
      },
      "exclude": false
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "20733006",
            "display": "Living place"
          }
        ]
      },
      "valueReference": {
        "reference": "Location/Loc-Nordre-Aker"
      },
      "exclude": false
    }
  ]
}